aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-12-22 14:59:12 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-12-22 14:59:12 +0100
commit359b2cf46984c6ccc70d85959cb8a91f2c54a969 (patch)
tree6aae8bb35bc149544943388b779592b8515a2524
parent20c5702e0f0c5a7486e374728ed2693744c579c9 (diff)
misc: Fix the make distcheck of the osmo-bts code
* Comment out the osmo-bts-bb/Makefile as we have removed it from the SUBDIRS and are not packaging the code right now * Add missing include files for the build
-rw-r--r--configure.ac2
-rw-r--r--include/osmo-bts/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e726367b..6c2d9092 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,7 +54,7 @@ AC_OUTPUT(
src/Makefile
src/common/Makefile
src/osmo-bts-sysmo/Makefile
- src/osmo-bts-bb/Makefile
+dnl src/osmo-bts-bb/Makefile
include/Makefile
include/osmo-bts/Makefile
tests/Makefile
diff --git a/include/osmo-bts/Makefile.am b/include/osmo-bts/Makefile.am
index ad844da2..456d4165 100644
--- a/include/osmo-bts/Makefile.am
+++ b/include/osmo-bts/Makefile.am
@@ -1,2 +1,2 @@
noinst_HEADERS = abis.h bts.h bts_model.h gsm_data.h logging.h measurement.h \
- oml.h paging.h rsl.h signal.h vty.h amr.h pcu_if.h
+ oml.h paging.h rsl.h signal.h vty.h amr.h pcu_if.h pcuif_proto.h