aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/abis/Makefile.am
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-05-26 12:31:00 +0200
committerMax <msuraev@sysmocom.de>2017-06-22 10:51:46 +0000
commiteab5f594b0a7cf50ad97b039f73beff42cc8312a (patch)
treef1a84df2dbe32ad9f574e8129312affae9208a2f /openbsc/tests/abis/Makefile.am
parent5a44d25ad343d6426295480f6a0a5d6dc21350cf (diff)
Enable optional static builds1.0.1
* use LT_INIT instead of AC_PROG_RANLIB * remove redundant libbsc entries The default (for both manual and .deb builds) is to use shared build (as before) - the static build is entirely optional. Based on work by Sergey Kostanbaev <sergey.kostanbaev@gmail.com> and Alexander Chemeris <Alexander.Chemeris@gmail.com>. Change-Id: Ibcd1da98302413182c85e25c4cb7d69d9e38c35a
Diffstat (limited to 'openbsc/tests/abis/Makefile.am')
-rw-r--r--openbsc/tests/abis/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/tests/abis/Makefile.am b/openbsc/tests/abis/Makefile.am
index cbc3e07b0..1c5dede3b 100644
--- a/openbsc/tests/abis/Makefile.am
+++ b/openbsc/tests/abis/Makefile.am
@@ -27,7 +27,6 @@ abis_test_SOURCES = \
abis_test_LDADD = \
$(top_builddir)/src/libbsc/libbsc.a \
$(top_builddir)/src/libcommon/libcommon.a \
- $(top_builddir)/src/libbsc/libbsc.a \
$(top_builddir)/src/libtrau/libtrau.a \
$(LIBOSMOCORE_LIBS) \
$(LIBOSMOABIS_LIBS) \