aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
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