blob: 0c6d57ecd82f2a9d486130cb7479e85c03b3b299 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# libnftables pkg-config file
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libnftables
Description: Netfilter nf_tables infrastructure library
URL: http://netfilter.org/projects/libnftables/
Version: @VERSION@
Requires:
Conflicts:
Libs: -L${libdir} -lnftables
Cflags: -I${includedir}
|