aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-07-13 02:11:57 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-07-13 02:11:57 +0200
commit32b552539ab942b0a4f61260c834ff0375592151 (patch)
treeac5a77e4d0d01ba559062d195ec5be6c33b8e8a9 /src
parentec1f0f2d0c2a6bcbc74282fe49a5a6df706ea78d (diff)
remove files obviously unrelated to gprs
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bd697385f..2c75750b3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -19,36 +19,7 @@ AM_LDFLAGS = \
$(COVERAGE_LDFLAGS) \
$(NULL)
-# Libraries
-SUBDIRS = \
- libcommon \
- libvlr \
- libmgcp \
- libbsc \
- libmsc \
- libtrau \
- libfilter \
- libcommon-cs \
- $(NULL)
-
# Programs
SUBDIRS += \
- osmo-msc \
- osmo-bsc_mgcp \
- utils \
- ipaccess \
gprs \
$(NULL)
-
-# Conditional Programs
-if BUILD_NAT
-SUBDIRS += \
- osmo-bsc_nat \
- $(NULL)
-endif
-
-if BUILD_BSC
-SUBDIRS += \
- osmo-bsc \
- $(NULL)
-endif