aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-07-09 22:09:18 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-08-11 18:39:50 +0200
commitc1343e2e4249349b7cfdfb4288949de4ba589646 (patch)
tree40fc47cbbab87e4160f5c5d134903427c6cb769d /configure.ac
parent5ae993a8af0a9cdb5ed84dddbb130423e9a163e5 (diff)
split off osmo-bsc: remove files, apply build
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac18
1 files changed, 1 insertions, 17 deletions
diff --git a/configure.ac b/configure.ac
index 38958f93e..fd815a885 100644
--- a/configure.ac
+++ b/configure.ac
@@ -205,7 +205,7 @@ AC_ARG_ENABLE([external_tests],
[Include the VTY/CTRL tests in make check [default=no]]),
[enable_ext_tests="$enableval"],[enable_ext_tests="no"])
if test "x$enable_ext_tests" = "xyes" ; then
- AM_PATH_PYTHON
+AM_PATH_PYTHON
AC_CHECK_PROG(OSMOTESTEXT_CHECK,osmotestvty.py,yes)
if test "x$OSMOTESTEXT_CHECK" != "xyes" ; then
AC_MSG_ERROR([Please install git://osmocom.org/python/osmo-python-tests to run the VTY/CTRL tests.])
@@ -225,17 +225,13 @@ AC_OUTPUT(
src/Makefile
src/libtrau/Makefile
src/libbsc/Makefile
- src/libmsc/Makefile
- src/libvlr/Makefile
src/libcommon/Makefile
src/libfilter/Makefile
src/libcommon-cs/Makefile
- src/osmo-msc/Makefile
src/osmo-bsc/Makefile
src/osmo-bsc_nat/Makefile
src/ipaccess/Makefile
src/utils/Makefile
- src/gprs/Makefile
tests/Makefile
tests/atlocal
tests/gsm0408/Makefile
@@ -243,22 +239,10 @@ AC_OUTPUT(
tests/bsc/Makefile
tests/bsc-nat/Makefile
tests/bsc-nat-trie/Makefile
- tests/gprs/Makefile
- tests/gbproxy/Makefile
tests/abis/Makefile
- tests/smpp/Makefile
tests/trau/Makefile
- tests/sgsn/Makefile
tests/subscr/Makefile
- tests/oap/Makefile
- tests/gtphub/Makefile
- tests/xid/Makefile
- tests/sndcp_xid/Makefile
- tests/slhc/Makefile
- tests/v42bis/Makefile
tests/nanobts_omlattr/Makefile
- tests/sms_queue/Makefile
- tests/msc_vlr/Makefile
doc/Makefile
doc/examples/Makefile
contrib/Makefile