diff options
Diffstat (limited to 'libnftables.pc.in')
-rw-r--r-- | libnftables.pc.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/libnftables.pc.in b/libnftables.pc.in deleted file mode 100644 index 6431d48c..00000000 --- a/libnftables.pc.in +++ /dev/null @@ -1,15 +0,0 @@ -# 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} |