summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/common/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2015-12-31 14:12:14 +0100
committerHarald Welte <laforge@gnumonks.org>2015-12-31 14:12:14 +0100
commitc400827539172334ea722099df50687c583db234 (patch)
treee3be3437e77e9143882f707ce13d6f57f281d6ce /src/host/layer23/src/common/Makefile.am
parent1a35cc801d54f516a6e1c3f4dc6c62f795a78678 (diff)
autoconf: Migrate from INCLUDES to AM_CPPFLAGS
Diffstat (limited to 'src/host/layer23/src/common/Makefile.am')
-rw-r--r--src/host/layer23/src/common/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/src/common/Makefile.am b/src/host/layer23/src/common/Makefile.am
index 8d96ed2c..71081c03 100644
--- a/src/host/layer23/src/common/Makefile.am
+++ b/src/host/layer23/src/common/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = $(all_includes) -I$(top_srcdir)/include
+AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include
AM_CFLAGS = -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBGPS_CFLAGS)
noinst_LIBRARIES = liblayer23.a