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