aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/Makefile.am
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/Makefile.am
parent846d8dca9fd6f500082091a1aeda64bf616a143f (diff)
Makefile.am: Use AM_CPPFLAGS
Since automake 1.13 INCLUDES is depricates and causes a warning
Diffstat (limited to 'openbsc/Makefile.am')
-rw-r--r--openbsc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/Makefile.am b/openbsc/Makefile.am
index b966e69e3..91299f356 100644
--- a/openbsc/Makefile.am
+++ b/openbsc/Makefile.am
@@ -1,6 +1,6 @@
AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
-INCLUDES = $(all_includes) -I$(top_srcdir)/include
+AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include
SUBDIRS = doc include src tests
pkgconfigdir = $(libdir)/pkgconfig