[layer23] "show cell 1 <arfcn>" gives better overview of cell allocation
[osmocom-bb.git] / src / host / layer23 / configure.ac
index 177d968..1be98ee 100644 (file)
@@ -14,6 +14,7 @@ AC_PROG_RANLIB
 
 dnl checks for libraries
 PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty)
 
 dnl checks for header files
 AC_HEADER_STDC
@@ -22,6 +23,13 @@ dnl Checks for typedefs, structures and compiler characteristics
 
 AC_OUTPUT(
     src/Makefile
+    src/common/Makefile
+    src/misc/Makefile
+    src/mobile/Makefile
     include/Makefile
     include/osmocom/Makefile
+    include/osmocom/bb/Makefile
+    include/osmocom/bb/common/Makefile
+    include/osmocom/bb/misc/Makefile
+    include/osmocom/bb/mobile/Makefile
     Makefile)