File: Makefile.am

package info (click to toggle)
lv2dynparam1 2-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,740 kB
  • ctags: 503
  • sloc: sh: 9,039; ansic: 4,352; makefile: 25
file content (8 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
lib_LTLIBRARIES = liblv2dynparamhost1.la
liblv2dynparamhost1_la_SOURCES = host.c host_callbacks.c ../audiolock.c ../log.c ../memory_atomic.c ../helpers.c ../hint_set.c host.h host_callbacks.h internal.h
liblv2dynparamhost1_la_LDFLAGS = -version-info 1:0:0
AM_CFLAGS = -Wall

if DEV_VERSION
AM_CFLAGS += -Werror
endif