summaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-11-05 19:12:53 +0100
committerJan Engelhardt <jengelh@medozas.de>2010-11-05 19:32:04 +0100
commit0f871da4cba358763f62888e781a3f6b9679da2b (patch)
tree72d60698a12940743dbc2623bf5f9f9971c645bb /filter
parent5e8b58f3ae550664fc6a1d07a75fa0875085569a (diff)
build: remove unused $(all_includes)
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
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 2483119..9b51670 100644
--- a/filter/Makefile.am
+++ b/filter/Makefile.am
@@ -1,6 +1,6 @@
SUBDIRS = raw2packet packet2flow
-AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include
+AM_CPPFLAGS = -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 aa82e04..c959661 100644
--- a/filter/raw2packet/Makefile.am
+++ b/filter/raw2packet/Makefile.am
@@ -1,5 +1,5 @@
-AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include
+AM_CPPFLAGS = -I$(top_srcdir)/include
pkglib_LTLIBRARIES = ulogd_raw2packet_BASE.la