aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
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/src
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/src')
-rw-r--r--openbsc/src/osmo-bsc/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/src/osmo-bsc/Makefile.am b/openbsc/src/osmo-bsc/Makefile.am
index 6f836b08c..ae9410c9d 100644
--- a/openbsc/src/osmo-bsc/Makefile.am
+++ b/openbsc/src/osmo-bsc/Makefile.am
@@ -43,7 +43,6 @@ osmo_bsc_LDADD = \
$(top_builddir)/src/libbsc/libbsc.a \
$(top_builddir)/src/libcommon-cs/libcommon-cs.a \
$(top_builddir)/src/libmsc/libmsc.a \
- $(top_builddir)/src/libbsc/libbsc.a \
$(top_builddir)/src/libtrau/libtrau.a \
$(top_builddir)/src/libcommon/libcommon.a \
$(LIBOSMOSCCP_LIBS) \