Fixing compander
This commit is contained in:
12
src/test/Makefile.am
Normal file
12
src/test/Makefile.am
Normal file
@@ -0,0 +1,12 @@
|
||||
AM_CPPFLAGS = -Wall -g $(all_includes)
|
||||
|
||||
noinst_PROGRAMS = \
|
||||
test_compander
|
||||
|
||||
test_compander_SOURCES = test_compander.c
|
||||
|
||||
test_compander_LDADD = \
|
||||
$(COMMON_LA) \
|
||||
$(top_builddir)/src/common/libcommon.a \
|
||||
-lm
|
||||
|
Reference in New Issue
Block a user