aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-07-06 18:39:28 +0200
committerHarald Welte <laforge@gnumonks.org>2017-08-29 12:51:19 +0000
commitbac227653a372d8cbd611eefe59ca40ab96dedab (patch)
tree8713a770780b3ba9a4d791b993c7ecc9d2454d97 /src/Makefile.am
parent4585317f1b55789e0a1edeb18b1a977e00ce30d5 (diff)
split off osmo-msc: remove files, apply build, rename
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 70e53ac3e..b03ee8c93 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -23,10 +23,7 @@ AM_LDFLAGS = \
SUBDIRS = \
libcommon \
libvlr \
- libbsc \
libmsc \
- libtrau \
- libfilter \
libcommon-cs \
$(NULL)
@@ -34,19 +31,4 @@ SUBDIRS = \
SUBDIRS += \
osmo-msc \
utils \
- ipaccess \
- gprs \
$(NULL)
-
-# Conditional Programs
-if BUILD_NAT
-SUBDIRS += \
- osmo-bsc_nat \
- $(NULL)
-endif
-
-if BUILD_BSC
-SUBDIRS += \
- osmo-bsc \
- $(NULL)
-endif