summaryrefslogtreecommitdiffstats
path: root/Make_global.am
blob: 06785a1a67ea28950895684d7dc2b753f500f0d3 (plain)
1
2
3
4
5
6
7
AM_CPPFLAGS = -I$(top_srcdir)/include -I../../../include

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 \
	${LIBNETFILTER_CONNTRACK_CFLAGS} \
	${LIBNETFILTER_CTTIMEOUT_CFLAGS}