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/src/osmo-nitb/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 openbsc/src/osmo-nitb/Makefile.am (limited to 'openbsc/src/osmo-nitb/Makefile.am') diff --git a/openbsc/src/osmo-nitb/Makefile.am b/openbsc/src/osmo-nitb/Makefile.am new file mode 100644 index 000000000..55822e906 --- /dev/null +++ b/openbsc/src/osmo-nitb/Makefile.am @@ -0,0 +1,10 @@ +INCLUDES = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir) +AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(COVERAGE_CFLAGS) +AM_LDFLAGS = $(LIBOSMOCORE_LIBS) $(COVERAGE_LDFLAGS) + +bin_PROGRAMS = osmo-nitb + +osmo_nitb_SOURCES = bsc_hack.c +osmo_nitb_LDADD = -ldl -ldbi $(LIBCRYPT) $(LIBOSMOVTY_LIBS) \ + ../bsc/libbsc.a ../msc/libmsc.a ../bsc/libbsc.a ../trau/libtrau.a ../abis/libabis.a \ + ../common/libcommon.a -- cgit v1.2.3