Jan Engelhardt | 51bc836 | 2009-02-11 16:40:29 +0100 | [diff] [blame] | 1 | |
2 | prefix=@prefix@ | ||||
3 | exec_prefix=@exec_prefix@ | ||||
4 | libdir=@libdir@ | ||||
5 | includedir=@includedir@ | ||||
6 | |||||
7 | Name: libiptc | ||||
8 | Description: iptables ruleset ADT and kernel interface | ||||
9 | Version: @PACKAGE_VERSION@ | ||||
10 | Libs: -L${libdir} -liptc | ||||
Jan Engelhardt | 81defdb | 2010-09-13 15:56:25 +0200 | [diff] [blame] | 11 | Libs.private: -lip4tc -lip6tc |
Jan Engelhardt | 51bc836 | 2009-02-11 16:40:29 +0100 | [diff] [blame] | 12 | Cflags: -I${includedir} |