From 1861b555166ed88fde0196a005842e83ce2ed490 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 3 Sep 2017 20:13:28 +0200 Subject: 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 --- src/Makefile.am | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 9a26a7b9e..d04f02573 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -32,17 +32,6 @@ SUBDIRS = \ SUBDIRS += \ utils \ ipaccess \ - $(NULL) - -# Conditional Programs -if BUILD_NAT -SUBDIRS += \ - osmo-bsc_nat \ - $(NULL) -endif - -if BUILD_BSC -SUBDIRS += \ osmo-bsc \ + osmo-bsc_nat \ $(NULL) -endif -- cgit v1.2.3