From a95338a1715b025bf1b39136ba10de5907c1080b Mon Sep 17 00:00:00 2001 From: Nicolas Dichtel Date: Fri, 21 Sep 2012 03:55:39 +0000 Subject: build: fix libraries dependencies in Makefiles Several includes are missing when netfilter libs are not in the standard path. Signed-off-by: Nicolas Dichtel Signed-off-by: Pablo Neira Ayuso --- Make_global.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Make_global.am') diff --git a/Make_global.am b/Make_global.am index 7b5342d..23c7dd0 100644 --- a/Make_global.am +++ b/Make_global.am @@ -4,4 +4,6 @@ AM_CFLAGS = -std=gnu99 -W -Wall \ -Wmissing-prototypes -Wwrite-strings -Wcast-qual -Wfloat-equal -Wshadow -Wpointer-arith -Wbad-function-cast -Wsign-compare -Waggregate-return -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wstrict-prototypes -Wundef \ -Wno-unused-parameter ${LIBNFNETLINK_CFLAGS} ${LIBMNL_CFLAGS} \ ${LIBNETFILTER_CONNTRACK_CFLAGS} \ - ${LIBNETFILTER_CTTIMEOUT_CFLAGS} + ${LIBNETFILTER_CTTIMEOUT_CFLAGS} \ + ${LIBNETFILTER_QUEUE_CFLAGS} \ + ${LIBNETFILTER_CTHELPER_CFLAGS} -- cgit v1.2.3