diff options
Diffstat (limited to 'libnftables.pc.in')
-rw-r--r-- | libnftables.pc.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libnftables.pc.in b/libnftables.pc.in new file mode 100644 index 0000000..6431d48 --- /dev/null +++ b/libnftables.pc.in @@ -0,0 +1,15 @@ +# libnftables pkg-config file + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libnftables +Description: Netfilter nf_tables user library +URL: http://netfilter.org/projects/nftables/ +Version: @VERSION@ +Requires: +Conflicts: +Libs: -L${libdir} -lnftables +Cflags: -I${includedir} |