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
This commit is contained in:
Stefan Sperling 2018-02-20 14:37:13 +01:00
parent bedbef4ba2
commit fd7b51eac7
1 changed files with 1 additions and 1 deletions

View File

@ -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)