aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mtp/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mtp/Makefile.am')
-rw-r--r--tests/mtp/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/mtp/Makefile.am b/tests/mtp/Makefile.am
index 21cc2c0..cf48d6a 100644
--- a/tests/mtp/Makefile.am
+++ b/tests/mtp/Makefile.am
@@ -3,4 +3,6 @@ noinst_PROGRAMS = mtp_parse_test
EXTRA_DIST = mtp_parse_test.ok
-mtp_parse_test_SOURCES = mtp_parse_test.c
+mtp_parse_test_SOURCES = mtp_parse_test.c $(top_srcdir)/src/sctp_m3ua_misc.c
+mtp_parse_test_LDADD = \
+ $(LIBOSMOCORE_LIBS)