aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-10-02 09:34:52 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-10-02 09:34:55 +0200
commit55dd2aa5abd1e0942da4fac2bbac85fbf2f5a4dc (patch)
tree1f61195c75edd1d52a37a0adf8c337c11bc12dc1
parent5b60c98769ba297053801a3192187ebdd558698a (diff)
CommonLibs/Makefile.am: Specify libcommon_la_LIBADD
This way the dependencies are passed after the .la object, which seems to be the correct order. Some setups may fail to find some symbols from libosmocore otherwise (OBS i586). Change-Id: I22c80055bcffd4179a0a8ca76533ba7aaa38c859
-rw-r--r--CommonLibs/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/CommonLibs/Makefile.am b/CommonLibs/Makefile.am
index 3173397..9fabcf1 100644
--- a/CommonLibs/Makefile.am
+++ b/CommonLibs/Makefile.am
@@ -36,6 +36,7 @@ libcommon_la_SOURCES = \
Logger.cpp \
trx_vty.c \
debug.c
+libcommon_la_LIBADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOCTRL_LIBS) $(LIBOSMOVTY_LIBS)
noinst_HEADERS = \
BitVector.h \