mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
the include path can't have @PACKAGE@ at the end as we include headers with #include <modsecurity/modsecurity.h> so it's already in there
11 lines
223 B
PkgConfig
11 lines
223 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: ModSecurity
|
|
Description: ModSecurity API
|
|
Version: @MSC_VERSION_WITH_PATCHLEVEL@
|
|
Cflags: -I@includedir@
|
|
Libs: -L@libdir@ -lmodsecurity
|