aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/Makefile.am
blob: 0463b497a992e260e4607287fa00d2981edbeb85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
AM_CPPFLAGS = -Wall -g $(all_includes)

noinst_PROGRAMS = \
	test_compander \
	test_emphasis

test_compander_SOURCES = test_compander.c

test_compander_LDADD = \
	$(COMMON_LA) \
	$(top_builddir)/src/common/libcommon.a \
	-lm

test_emphasis_SOURCES = test_emphasis.c

test_emphasis_LDADD = \
	$(COMMON_LA) \
	$(top_builddir)/src/common/libcommon.a \
	-lm