summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-10-30 23:11:26 +0200
committerJan Engelhardt <jengelh@medozas.de>2010-10-30 23:56:24 +0200
commitd8fd4dc472f827c8dcc2af7e6b4990b8c957ae65 (patch)
tree43370a7179cae42396c89de495c07a698b3d2d93
parent76bc07182b724bf177197799ea5ade112aed931b (diff)
build: set Libs.private for pkgconfig file
Similar to the commit in iptables, add Libs.private to tell about dependencies for static linking. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
-rw-r--r--libnetfilter_queue.pc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnetfilter_queue.pc.in b/libnetfilter_queue.pc.in
index 962c686..9c6c2c4 100644
--- a/libnetfilter_queue.pc.in
+++ b/libnetfilter_queue.pc.in
@@ -12,4 +12,5 @@ Version: @VERSION@
Requires: libnfnetlink
Conflicts:
Libs: -L${libdir} -lnetfilter_queue
+Libs.private: @LIBNFNETLINK_LIBS@
Cflags: -I${includedir}