Age | Commit message (Collapse) | Author |
|
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>
|
|
PKG_CHECK_MODULES already produces its own (and more verbose)
messsage when a module cannot be found.
Mucking around with CFLAGS and LIBS is also not needed since
pkgconfig takes care of providing variables, so let's use them in
Makefile.am.
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
|
|
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
|
|
This patch replaces INCLUDES by AM_CPPFLAGS according to a
suggestion from autoreconf.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
|
|
This patch removes the -Werror option during the compilation. Some users
have reported problems related to the code generated by flex and bison.
This results in useless reports and a bad experience for end-users.
Ideally, it would be great to have something like 'autoconf prettify'
for less verbose output.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
|
|
|
|
enable gcc warnings, including -Werror
|
|
chain
|
|
|
|
- use Make_global.am
|