aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2015-12-22 22:22:23 +0100
committerHarald Welte <laforge@gnumonks.org>2015-12-22 23:03:41 +0100
commitbf49cc1c0074055cecbf8346e41455d5c7bb0a71 (patch)
tree3f355e9af03d1a1c301a71af46e4bfc4e411babd /configure.ac
parent46c2945af2f7d6741fdba7185241845f1d2c7421 (diff)
Import SUA (SCCP User Adaptation) and SCCP User SAP
... this code originates from the osmo-iuh repository, but is now part of a new shared libosmo-sigtran.so library generated in this repository.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 49c5f7e..361ddc7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,9 +13,11 @@ dnl checks for programs
AC_PROG_MAKE_SET
AC_PROG_CC
AC_PROG_INSTALL
-AC_PROG_RANLIB
+LT_INIT
+AC_PROG_LIBTOOL
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.3.0)
+PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 0.0.6.1)
# The following test is taken from WebKit's webkit.m4
saved_CFLAGS="$CFLAGS"
@@ -33,7 +35,8 @@ AC_OUTPUT(
libosmo-mtp.pc
include/sccp/Makefile
include/mtp/Makefile
- include/sigtran/Makefile
+ include/osmocom/Makefile
+ include/osmocom/sigtran/Makefile
include/Makefile
src/Makefile
tests/Makefile