From 25c83611be697f53925184658cdbff72de58c8c6 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 16 Oct 2011 17:19:13 +0200 Subject: misc: Linker fix for Ubuntu 11.10 --as-needed was default in Natty and somehow got more strict in this version of Ubuntu. Link to osmo vty. --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 26500a1..19db4f8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -26,4 +26,5 @@ e1inp_hsl_bts_test_LDADD = $(top_builddir)/src/libosmoabis.la \ ipa_proxy_test_SOURCES = ipa_proxy_test.c ipa_proxy_test_LDADD = $(top_builddir)/src/libosmoabis.la \ - $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS) + $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS) \ + $(LIBOSMOVTY_LIBS) -- cgit v1.2.3