diff options
Diffstat (limited to 'Make_global.am')
-rw-r--r-- | Make_global.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Make_global.am b/Make_global.am index 810253a..e8f603a 100644 --- a/Make_global.am +++ b/Make_global.am @@ -1,5 +1,6 @@ -AM_CPPFLAGS=$(all_includes) -I$(top_srcdir)/include +AM_CPPFLAGS = -I$(top_srcdir)/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 + -Wno-unused-parameter ${LIBNFNETLINK_CFLAGS} \ + ${LIBNETFILTER_CONNTRACK_CFLAGS} |