summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/configure.ac
diff options
context:
space:
mode:
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