summaryrefslogtreecommitdiffstats
path: root/Make_global.am
Commit message (Collapse)AuthorAgeFilesLines
* build: move dependency CFLAGS variables out of `AM_CPPFLAGS`Jeremy Sowden2021-10-121-1/+1
| | | | | | | | `${LIBNFNETLINK_CFLAGS}` and `${LIBMNL_CFLAGS}` are not required for all libraries and executables: include them only where necessary. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* src: introduce new functions independent from libnfnetlinkKen-ichirou MATSUZAWA2015-08-241-1/+1
| | | | | | | | | | | The libnetfilter_log.c file contains the old API, its use is discouraged since it depends on libnfnetlink. The idea is to provide a set of helper functions that we can use in conjunction with libmnl, similar to what we have in libnetfilter_queue/nlmsg.c Signed-off-by: Ken-ichirou MATSUZAWA <chamas@h4.dion.ne.jp>
* build: remove unnecessary pkgconfig->config.status dependencyJan Engelhardt2012-06-241-2/+2
| | | | | | The flags obtained from pkgconfig are in essence preprocessor ones. Signed-off-by: Jan Engelhardt <jengelh@inai.de>
* build: use -Wall across the entire sourceJan Engelhardt2010-12-301-0/+1
| | | | Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* build: create a Make_global.am fileJan Engelhardt2010-12-301-0/+1
Just like the other Netfilter libraries. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>