summaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorEric Leblond <eric@inl.fr>2009-01-22 14:11:14 +0100
committerEric Leblond <eric@inl.fr>2009-01-22 14:11:14 +0100
commit13643ceb7396101cc8611c5c366df2a7f0fa5c17 (patch)
treefe39df0431c517a62363a72524dd93bfb2c60565 /filter
parent71d45403400bdb18bc6ae5efaf4772f6b847c351 (diff)
Replace INCLUDES by AM_CPPFLAGS in Makefile.am.
This patch fixes autotools warning about deprecated usage of INCLUDES in Makefile.am.
Diffstat (limited to 'filter')
-rw-r--r--filter/Makefile.am2
-rw-r--r--filter/raw2packet/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/filter/Makefile.am b/filter/Makefile.am
index 5c4e4ab..2483119 100644
--- a/filter/Makefile.am
+++ b/filter/Makefile.am
@@ -1,6 +1,6 @@
SUBDIRS = raw2packet packet2flow
-INCLUDES = $(all_includes) -I$(top_srcdir)/include
+AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include
pkglib_LTLIBRARIES = ulogd_filter_IFINDEX.la ulogd_filter_PWSNIFF.la \
ulogd_filter_PRINTPKT.la ulogd_filter_PRINTFLOW.la \
diff --git a/filter/raw2packet/Makefile.am b/filter/raw2packet/Makefile.am
index 25111a8..aa82e04 100644
--- a/filter/raw2packet/Makefile.am
+++ b/filter/raw2packet/Makefile.am
@@ -1,5 +1,5 @@
-INCLUDES = $(all_includes) -I$(top_srcdir)/include
+AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include
pkglib_LTLIBRARIES = ulogd_raw2packet_BASE.la