aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/debug/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/tests/debug/Makefile.am')
-rw-r--r--openbsc/tests/debug/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/tests/debug/Makefile.am b/openbsc/tests/debug/Makefile.am
index 62c906e72..86cd7b323 100644
--- a/openbsc/tests/debug/Makefile.am
+++ b/openbsc/tests/debug/Makefile.am
@@ -1,4 +1,5 @@
INCLUDES = $(all_includes) -I$(top_srcdir)/include
noinst_PROGRAMS = debug_test
-debug_test_SOURCES = debug_test.c $(top_srcdir)/src/debug.c $(top_srcdir)/src/talloc.c
+debug_test_SOURCES = debug_test.c $(top_srcdir)/src/debug.c
+debug_test_LDADD = $(LIBOSMOCORE_LIBS)