diff options
Diffstat (limited to 'htp.pc.in')
-rw-r--r-- | htp.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/htp.pc.in b/htp.pc.in new file mode 100644 index 0000000..9b1a6cc --- /dev/null +++ b/htp.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: @PACKAGE_NAME@ +Description: A security-aware HTTP parser, designed for use in IDS/IPS and WAF products. +Version: @PACKAGE_VERSION@ +Libs: -L${libdir} -lhtp +Libs.private: -lz @LIBICONV@ +Cflags: -I${includedir} -I${libdir}/htp/include + |