diff options
author | Harald Welte <laforge@gnumonks.org> | 2012-06-17 14:06:05 +0800 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2012-06-17 14:06:05 +0800 |
commit | aa0c796158c5f394eadf2aaa6070253a34992829 (patch) | |
tree | e06db7a10f6c14a39487dab9a7afbdf8ec3ccf7c /openbsc/src/libgb/Makefile.am | |
parent | 2d52d10a52b40910427786c6f5cb314cce1ceccf (diff) | |
parent | 8648e49a1c10ec2f6d1560aa3f6c70b059eb52c7 (diff) |
Import libgb from openbsc.git
Diffstat (limited to 'openbsc/src/libgb/Makefile.am')
-rw-r--r-- | openbsc/src/libgb/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openbsc/src/libgb/Makefile.am b/openbsc/src/libgb/Makefile.am new file mode 100644 index 00000000..eafbc343 --- /dev/null +++ b/openbsc/src/libgb/Makefile.am @@ -0,0 +1,9 @@ +INCLUDES = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir) +AM_CFLAGS=-Wall -fno-strict-aliasing $(LIBOSMOCORE_CFLAGS) \ + $(LIBOSMOVTY_CFLAGS) $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS) + +noinst_LIBRARIES = libgb.a + +libgb_a_SOURCES = gprs_ns.c gprs_ns_frgre.c gprs_ns_vty.c \ + gprs_bssgp.c gprs_bssgp_util.c gprs_bssgp_vty.c \ + gprs_bssgp_bss.c common_vty.c |