diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2012-05-10 10:15:09 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2012-05-26 15:29:19 +0200 |
commit | d2e942c76f87ea061d5e8643007f1d4c3ed39694 (patch) | |
tree | 0c607e76d0f6e025a2c4de9580eb927628676c88 /Make_global.am | |
parent | 867b5b6496a3296078146ba3d06616eda3b0717e (diff) | |
download | conntrack-tools-d2e942c76f87ea061d5e8643007f1d4c3ed39694.tar.gz conntrack-tools-d2e942c76f87ea061d5e8643007f1d4c3ed39694.zip |
src: integrate nfct into the conntrack-tools tree
I'll need for the upcoming cthelper infrastructure. Moreover, we avoid
more fragmentation in the netfilter user-space utilities. And the plan
is that `nfct' will replace `conntrack' at some point.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
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 e8f603a..7b5342d 100644 --- a/Make_global.am +++ b/Make_global.am @@ -2,5 +2,6 @@ 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 ${LIBNFNETLINK_CFLAGS} \ - ${LIBNETFILTER_CONNTRACK_CFLAGS} + -Wno-unused-parameter ${LIBNFNETLINK_CFLAGS} ${LIBMNL_CFLAGS} \ + ${LIBNETFILTER_CONNTRACK_CFLAGS} \ + ${LIBNETFILTER_CTTIMEOUT_CFLAGS} |