From 31c00f7d6fa63937f2c973157d196a427f6eef95 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 3 Mar 2011 23:29:05 +0100 Subject: re-structure the OpenBSC directory layout The new structure divides the code into a number of libraries for the BSC core functionality, MSC core functionality, Abis transport, TRAU and other bits. This doesn't introduce any functional code change but simply moves around files and alters Makefile.am accordingly. Next step would be to disentangle a lot of the inter-library dependencies and make the individual bits of code more independent. --- openbsc/configure.in | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'openbsc/configure.in') diff --git a/openbsc/configure.in b/openbsc/configure.in index 50f7dbc38..525bad82c 100644 --- a/openbsc/configure.in +++ b/openbsc/configure.in @@ -87,10 +87,18 @@ AC_OUTPUT( include/openbsc/Makefile include/Makefile src/Makefile + src/trau/Makefile + src/abis/Makefile + src/bsc/Makefile + src/msc/Makefile + src/mgcp/Makefile + src/common/Makefile + src/osmo-nitb/Makefile + src/osmo-bsc/Makefile + src/nat/Makefile src/ipaccess/Makefile + src/utils/Makefile src/gprs/Makefile - src/nat/Makefile - src/bsc/Makefile tests/Makefile tests/debug/Makefile tests/gsm0408/Makefile -- cgit v1.2.3