From ee6cfdc0d9710e3a69c8e1939eb21c8f2b759885 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 13 Jul 2017 02:03:50 +0200 Subject: split off osmo-sgsn: remove files, apply build Change-Id: I5d27ff93e56cd13e0e70edd15e2080201e35e91f --- src/Makefile.am | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 70e53ac3e..4d1bba47a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,34 +19,7 @@ AM_LDFLAGS = \ $(COVERAGE_LDFLAGS) \ $(NULL) -# Libraries -SUBDIRS = \ - libcommon \ - libvlr \ - libbsc \ - libmsc \ - libtrau \ - libfilter \ - libcommon-cs \ - $(NULL) - # Programs -SUBDIRS += \ - osmo-msc \ - utils \ - ipaccess \ +SUBDIRS = \ gprs \ $(NULL) - -# Conditional Programs -if BUILD_NAT -SUBDIRS += \ - osmo-bsc_nat \ - $(NULL) -endif - -if BUILD_BSC -SUBDIRS += \ - osmo-bsc \ - $(NULL) -endif -- cgit v1.2.3