mirror of https://github.com/OISF/suricata
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
217 B
PkgConfig
12 lines
217 B
PkgConfig
15 years ago
|
prefix=/usr
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: HTP
|
||
|
Description: HTTP parser
|
||
15 years ago
|
Version: 0.2.X
|
||
15 years ago
|
Libs: -L${libdir} -lhtp
|
||
|
Cflags: -I${includedir}/htp -I${libdir}/htp/include
|
||
|
|