aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-09-03 20:13:28 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-09-03 22:57:31 +0200
commit1861b555166ed88fde0196a005842e83ce2ed490 (patch)
treeb2134196cab3b99d856e6c4daa2721b4a6f239dc /tests/Makefile.am
parent368146cbd5c5881ce11550c5a1da9715eb0f3864 (diff)
configure.ac: remove --enable-osmo-bsc, --enable-nat
This is the OsmoBSC project. Disabling the build of the BSC would be somewhat odd, so let's remove the option. Also, OsmoBSC depends on libosmo-sccp now, so we must unconditionally depend on it. As a result, we can remove the --enable-nat option, as this was only to avoid a mandatory libosmo-sccp requirement in historical times. Change-Id: Icfee8a904d33b7c13ab8d185d64fb5c2337d8640
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am11
1 files changed, 1 insertions, 10 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index fc7fc570d..aff05bb44 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,23 +1,14 @@
SUBDIRS = \
+ bsc \
gsm0408 \
channel \
abis \
trau \
subscr \
nanobts_omlattr \
- $(NULL)
-
-if BUILD_NAT
-SUBDIRS += \
bsc-nat \
bsc-nat-trie \
$(NULL)
-endif
-if BUILD_BSC
-SUBDIRS += \
- bsc \
- $(NULL)
-endif
# The `:;' works around a Bash 3.2 bug when the output is not writeable.
$(srcdir)/package.m4: $(top_srcdir)/configure.ac