diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2012-01-15 17:52:02 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2012-01-15 17:52:02 +0100 |
commit | 58e6d96d68bbf13bd3986173c2b4c55e6b5d6529 (patch) | |
tree | 540091937f6af0d403ff3c054071a0b8479e4661 /openbsc | |
parent | 322f60aeb6e018eb3d981400e544e9c22ed3b3ba (diff) |
abis: gsm_data_shared.h includes libosmo-abis header, add abis to cflags
gsm_data_shared.h includes e1_input.h of libosmo-abis, add the
LIBOSMOABIS_CFLAGS to Makefile.am, remove AM_LDFLAGS at the same
time as we only build .a archives.
Diffstat (limited to 'openbsc')
-rw-r--r-- | openbsc/src/libgb/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/src/libgb/Makefile.am b/openbsc/src/libgb/Makefile.am index eebd76c7..fc1847f6 100644 --- a/openbsc/src/libgb/Makefile.am +++ b/openbsc/src/libgb/Makefile.am @@ -1,6 +1,6 @@ INCLUDES = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir) -AM_CFLAGS=-Wall -fno-strict-aliasing $(LIBOSMOCORE_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(COVERAGE_CFLAGS) -AM_LDFLAGS = $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS) $(LIBOSMOVTY_LIBS) $(COVERAGE_LDFLAGS) +AM_CFLAGS=-Wall -fno-strict-aliasing $(LIBOSMOCORE_CFLAGS) \ + $(LIBOSMOVTY_CFLAGS) $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS) noinst_LIBRARIES = libgb.a |