From a066d38fbf01cdced3421870692e34a41ac7889a Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 13 Dec 2013 09:52:52 +0100 Subject: build: channel_test does not use dlopen/dlsym remove LIBRARY_DL dep --- openbsc/tests/channel/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbsc/tests/channel/Makefile.am b/openbsc/tests/channel/Makefile.am index 8e5cb3ec0..3fe688f86 100644 --- a/openbsc/tests/channel/Makefile.am +++ b/openbsc/tests/channel/Makefile.am @@ -6,7 +6,7 @@ EXTRA_DIST = channel_test.ok noinst_PROGRAMS = channel_test channel_test_SOURCES = channel_test.c -channel_test_LDADD = $(LIBRARY_DL) $(LIBOSMOCORE_LIBS) \ +channel_test_LDADD = $(LIBOSMOCORE_LIBS) \ $(top_builddir)/src/libcommon/libcommon.a \ $(top_builddir)/src/libbsc/libbsc.a \ $(top_builddir)/src/libmsc/libmsc.a -ldbi $(LIBOSMOGSM_LIBS) -- cgit v1.2.3