aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libgb
diff options
context:
space:
mode:
authorAlexander Huemer <alexander.huemer@xx.vu>2013-06-11 14:31:27 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-06-12 09:16:27 +0200
commita1c09a401dd68475aad85dd0be23db703da8abea (patch)
tree731f830a06ca7bbcaefc6bc92ec46d57435b0384 /openbsc/src/libgb
parent846d8dca9fd6f500082091a1aeda64bf616a143f (diff)
Makefile.am: Use AM_CPPFLAGS
Since automake 1.13 INCLUDES is depricates and causes a warning
Diffstat (limited to 'openbsc/src/libgb')
-rw-r--r--openbsc/src/libgb/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/libgb/Makefile.am b/openbsc/src/libgb/Makefile.am
index eafbc3437..159243111 100644
--- a/openbsc/src/libgb/Makefile.am
+++ b/openbsc/src/libgb/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
+AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS=-Wall -fno-strict-aliasing $(LIBOSMOCORE_CFLAGS) \
$(LIBOSMOVTY_CFLAGS) $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS)