summaryrefslogtreecommitdiffstats
path: root/libnetfilter_log.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* build: fix pkg-config syntax-errorsJeremy Sowden2021-11-021-1/+1
| | | | | | | | | | pkg-config config-files require back-slashes when definitions are folded across multiple lines. Fixes: 3c2229da2e7f ("build: add pkg-config configuration for libipulog") Fixes: f7da00cdc597 ("build: correct pkg-config dependency configuration") Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* build: correct pkg-config dependency configurationJeremy Sowden2021-10-121-3/+3
| | | | | | | | | | Put libnfnetlink and libmnl in `Requires.private`. They both use pkg-config (thus `Requires`, not `Libs`), and they are both required for static builds, but do not need to be exposed otherwise (thus `Requires.private`). Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* build: set Libs.private for pkgconfig fileJan Engelhardt2010-10-311-0/+1
| | | | | | | Similar to the commit in iptables, add Libs.private to tell about dependencies for static linking. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* pkg-config enable all netfilter libraries/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-02-091-0/+15