summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/configure.ac
diff options
context:
space:
mode:
authorLuca Melette <luca@srlabs.de>2013-12-25 17:28:18 +0100
committerLuca Melette <luca@srlabs.de>2013-12-25 17:28:18 +0100
commitd88025e6d95f262aeccf2601ef27f17691866eb0 (patch)
treeb5f8bdc69bc52b202c463ca1983bd6c9d4ecb1d0 /src/host/layer23/configure.ac
parent2d0a5acaf3f3a7045475914832eb5ea0af7b203e (diff)
Initial release of libosmosim, firmware and host code to support gsmmap.org toolsluca/libosmosim
Diffstat (limited to 'src/host/layer23/configure.ac')
-rw-r--r--src/host/layer23/configure.ac9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/host/layer23/configure.ac b/src/host/layer23/configure.ac
index 9335e66e..94fd79b0 100644
--- a/src/host/layer23/configure.ac
+++ b/src/host/layer23/configure.ac
@@ -10,7 +10,9 @@ dnl checks for programs
AC_PROG_MAKE_SET
AC_PROG_CC
AC_PROG_INSTALL
-AC_PROG_RANLIB
+dnl AC_PROG_RANLIB
+LT_INIT
+AC_PROG_LIBTOOL
dnl checks for libraries
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore)
@@ -30,8 +32,9 @@ dnl Checks for typedefs, structures and compiler characteristics
AC_OUTPUT(
src/Makefile
src/common/Makefile
- src/misc/Makefile
- src/mobile/Makefile
+ dnl src/misc/Makefile
+ dnl src/mobile/Makefile
+ src/libosmosim/Makefile
include/Makefile
include/osmocom/Makefile
include/osmocom/bb/Makefile