From fd7b51eac72bb24914c2fc4da59004b586d13aa1 Mon Sep 17 00:00:00 2001 From: Stefan Sperling Date: Tue, 20 Feb 2018 14:37:13 +0100 Subject: 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 --- tests/handover/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3