From b69518f3834b60901ab5750b6ce3b623d9479c1e Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 2 Jul 2015 09:51:31 +0200 Subject: configure: Do not link all applications against libgsm Use the same trick as done by the dlopen check to not have everyone link against the library. --- openbsc/tests/mgcp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/tests') diff --git a/openbsc/tests/mgcp/Makefile.am b/openbsc/tests/mgcp/Makefile.am index 08fde85c2..ec7cc99d8 100644 --- a/openbsc/tests/mgcp/Makefile.am +++ b/openbsc/tests/mgcp/Makefile.am @@ -25,4 +25,4 @@ mgcp_transcoding_test_LDADD = \ $(top_builddir)/src/libmgcp/libmgcp.a \ $(top_builddir)/src/libcommon/libcommon.a \ $(LIBOSMOCORE_LIBS) $(LIBBCG729_LIBS) -lrt -lm $(LIBOSMOSCCP_LIBS) $(LIBOSMOVTY_LIBS) \ - $(LIBRARY_DL) $(LIBOSMONETIF_LIBS) + $(LIBRARY_DL) $(LIBOSMONETIF_LIBS) $(LIBRARY_GSM) -- cgit v1.2.3