Fixing compander

This commit is contained in:
Andreas Eversberg
2016-04-23 14:33:02 +02:00
parent 9de121109d
commit 2a092b8cf7
8 changed files with 233 additions and 57 deletions

12
src/test/Makefile.am Normal file
View 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