aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-03-17 13:10:20 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-03-17 13:10:20 +0100
commitef565f4fd374f7b51c692fdb93d97c6d21dd4e05 (patch)
tree5ee39ff80528d315344c6e9fddc126ab8b1ffd36
parent41466d65caf6affa933e88597330d29365c9b156 (diff)
tests: Catch up with stand-a-lone libtalloc on linkingsysmocom/201604-stable
Link libosmocore after the internal library. That is needed for for newer libosmocore.
-rw-r--r--openbsc/tests/smpp/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/openbsc/tests/smpp/Makefile.am b/openbsc/tests/smpp/Makefile.am
index b3d4568ca..06e7af6b4 100644
--- a/openbsc/tests/smpp/Makefile.am
+++ b/openbsc/tests/smpp/Makefile.am
@@ -8,5 +8,6 @@ noinst_PROGRAMS = smpp_test
smpp_test_SOURCES = smpp_test.c \
$(top_builddir)/src/libmsc/smpp_utils.c
-smpp_test_LDADD = $(LIBOSMOCORE_LIBS) \
- $(top_builddir)/src/libcommon/libcommon.a
+smpp_test_LDADD = \
+ $(top_builddir)/src/libcommon/libcommon.a \
+ $(LIBOSMOCORE_LIBS)