aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/Makefile.am
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2017-11-16 21:13:28 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2017-11-25 19:25:10 +0100
commit9776736cc4cc678f7aa2d0b9ebee65455bce9ce9 (patch)
treeddd97bd1149c3122902dffa8cce1c6e8975dadd8 /src/test/Makefile.am
parent083ea4edaab0ea5b0c9c2aedd1483be4ec97bc5b (diff)
Restructure: Move compandor from common code to 'libcompandor'
Diffstat (limited to 'src/test/Makefile.am')
-rw-r--r--src/test/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/Makefile.am b/src/test/Makefile.am
index 24666bb..6e86ce7 100644
--- a/src/test/Makefile.am
+++ b/src/test/Makefile.am
@@ -32,6 +32,7 @@ test_compandor_SOURCES = dummy.x test_compandor.c
test_compandor_LDADD = \
$(COMMON_LA) \
+ $(top_builddir)/src/libcompandor/libcompandor.a \
$(top_builddir)/src/common/libmobile.a \
$(top_builddir)/src/common/libcommon.a \
$(ALSA_LIBS) \