File: Makefile.am

package info (click to toggle)
lv2dynparam1 2-7.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,772 kB
  • sloc: sh: 9,039; ansic: 4,352; makefile: 26
file content (8 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
lib_LTLIBRARIES = liblv2dynparamplugin1.la
liblv2dynparamplugin1_la_SOURCES = plugin.c group.c parameter.c ../audiolock.c ../log.c ../memory_atomic.c ../helpers.c ../hint_set.c internal.h plugin.h
liblv2dynparamplugin1_la_LDFLAGS = -version-info 0:0:0
AM_CFLAGS = -Wall

if DEV_VERSION
AM_CFLAGS += -Werror
endif