aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-06-30 12:18:20 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2017-06-30 12:18:20 +0200
commit0bfa685ae9884876d8062a44d16806894ca229cb (patch)
tree33bcfaed7e023f2c3dc1dbcf2edc11952934cb97 /openbsc
parent9e1e0f46fb82fabb3be11006effa964ed4163ed8 (diff)
msc_vlr: fix linker problem in testcase
Swap libmsc.a and libcommon-cs.a to make symbols from libcommon-cs.a available to libmsc.a
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/tests/msc_vlr/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/tests/msc_vlr/Makefile.am b/openbsc/tests/msc_vlr/Makefile.am
index 94119200b..ab0714ebf 100644
--- a/openbsc/tests/msc_vlr/Makefile.am
+++ b/openbsc/tests/msc_vlr/Makefile.am
@@ -41,8 +41,8 @@ EXTRA_DIST = \
$(NULL)
LDADD = \
- $(top_builddir)/src/libcommon-cs/libcommon-cs.a \
$(top_builddir)/src/libmsc/libmsc.a \
+ $(top_builddir)/src/libcommon-cs/libcommon-cs.a \
$(top_builddir)/src/libvlr/libvlr.a \
$(top_builddir)/src/libbsc/libbsc.a \
$(top_builddir)/src/libtrau/libtrau.a \