From 9e55636fe051f150820086d8dc34d710144fc5bb Mon Sep 17 00:00:00 2001 From: Nikola Date: Tue, 11 Mar 2014 15:41:50 +0100 Subject: trau: Fix linking on FreeBSD by using LIBRAY_DL --- openbsc/tests/trau/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/tests/trau') diff --git a/openbsc/tests/trau/Makefile.am b/openbsc/tests/trau/Makefile.am index d4aa1c327..cc1b4ef1b 100644 --- a/openbsc/tests/trau/Makefile.am +++ b/openbsc/tests/trau/Makefile.am @@ -13,5 +13,5 @@ trau_test_LDADD = $(top_builddir)/src/libbsc/libbsc.a \ $(top_builddir)/src/libtrau/libtrau.a \ $(top_builddir)/src/libcommon/libcommon.a \ $(LIBOSMOCORE_LIBS) $(LIBOSMOABIS_LIBS) \ - $(LIBOSMOGSM_LIBS) $(LIBSMPP34_LIBS) $(LIBOSMOVTY_LIBS) -ldl -ldbi + $(LIBOSMOGSM_LIBS) $(LIBSMPP34_LIBS) $(LIBOSMOVTY_LIBS) $(LIBRARY_DL) -ldbi -- cgit v1.2.3