aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorStefan Sperling <ssperling@sysmocom.de>2018-02-20 14:37:13 +0100
committerStefan Sperling <ssperling@sysmocom.de>2018-02-20 14:37:13 +0100
commitfd7b51eac72bb24914c2fc4da59004b586d13aa1 (patch)
treea7f14d289e3a16cd3ada5900ed464ccb5f10e210 /tests
parentbedbef4ba25f5f89c1d42f5acd870f863c5e3bb9 (diff)
fix handover_test link error
Fix undefined references during link stage when building handover_test. The archive libbsc.a needs to be listed before the various .so files. Change-Id: Ie7e1d4815d72b8e0bbc6ccd68078a78de19d73b0
Diffstat (limited to 'tests')
-rw-r--r--tests/handover/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/handover/Makefile.am b/tests/handover/Makefile.am
index 4dd522304..5cdc0b073 100644
--- a/tests/handover/Makefile.am
+++ b/tests/handover/Makefile.am
@@ -28,8 +28,8 @@ handover_test_SOURCES = \
$(NULL)
handover_test_LDADD = \
+ $(top_builddir)/src/libbsc/libbsc.a \
$(LIBOSMOCORE_LIBS) \
$(LIBOSMOGSM_LIBS) \
$(LIBOSMOABIS_LIBS) \
- $(top_builddir)/src/libbsc/libbsc.a \
$(NULL)