Home | History | Annotate | Download | only in libiptc
      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
     11 Libs.private:	-lip4tc -lip6tc
     12 Cflags:		-I${includedir}
     13