aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-01-03 15:39:11 +0100
committerHarald Welte <laforge@gnumonks.org>2016-01-03 15:39:11 +0100
commit0322feb68cf775ec43e390fa1b6f5a7b253bdf6a (patch)
treefb5c9f5bf6ba237a7702298c652c454253c657f8 /configure.ac
parent09806e7da49af6260f499dc3983dfe7a16b4052e (diff)
Introduce libosmo-ranap.so as shared RANAP lib
This shared RANAP library will be used not only by hnbgw, but also by OsmoCSCN, OsmoSGSN.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 018aa17..dd5e24f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,6 +2,8 @@ AC_INIT([osmo-iuh], [0.0],
dnl m4_esyscmd([./git-version-gen .tarball-version]),
[openbsc@lists.osmocom.org])
+LT_INIT
+
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip 1.6 subdir-objects])
AC_CONFIG_TESTDIR(src/tests)
@@ -13,7 +15,6 @@ AC_PROG_MAKE_SET
AC_PROG_MKDIR_P
AC_PROG_CC
AC_PROG_INSTALL
-AC_PROG_RANLIB
PKG_CHECK_MODULES(OSMOCORE, libosmocore)
PKG_CHECK_MODULES(OSMOGSM, libosmogsm)