summaryrefslogtreecommitdiffstats
path: root/input/packet
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2012-11-27 13:43:42 +0100
committerJan Engelhardt <jengelh@inai.de>2012-11-27 13:43:42 +0100
commit96d19632dacf3bacb3874a6681f442fcc33086e7 (patch)
tree790fbbb00b9a5e3ce4bddef1ec4f7ff41ce112a2 /input/packet
parent58a5cac020af30544c59b32496072ee131b65821 (diff)
build: avoid per-target CFLAGS
There is no harm in putting the includes in the global AM_CPPFLAGS; this can generally save number of compilations of a file when a source file is used multiple times. Signed-off-by: Jan Engelhardt <jengelh@inai.de>
Diffstat (limited to 'input/packet')
-rw-r--r--input/packet/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/input/packet/Makefile.am b/input/packet/Makefile.am
index debea91..1c884b8 100644
--- a/input/packet/Makefile.am
+++ b/input/packet/Makefile.am
@@ -1,5 +1,5 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include
+AM_CPPFLAGS = -I$(top_srcdir)/include ${LIBNETFILTER_LOG_CFLAGS}
AM_CFLAGS = ${regular_CFLAGS}
pkglib_LTLIBRARIES = ulogd_inppkt_ULOG.la ulogd_inppkt_UNIXSOCK.la
@@ -9,7 +9,6 @@ endif
ulogd_inppkt_NFLOG_la_SOURCES = ulogd_inppkt_NFLOG.c
ulogd_inppkt_NFLOG_la_LDFLAGS = -avoid-version -module $(LIBNETFILTER_LOG_LIBS)
-ulogd_inppkt_NFLOG_la_CFLAGS = $(AM_CFLAGS) $(LIBNETFILTER_LOG_CFLAGS)
ulogd_inppkt_ULOG_la_SOURCES = ulogd_inppkt_ULOG.c
ulogd_inppkt_ULOG_la_LDFLAGS = -avoid-version -module