Fix pc file

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
This commit is contained in:
Guillaume Quintard 2018-07-22 10:22:33 -07:00 committed by Felipe Zimmerle
parent 16ab99ce3e
commit 788b696421
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277

View File

@ -6,5 +6,5 @@ includedir=@includedir@
Name: ModSecurity
Description: ModSecurity API
Version: @MSC_VERSION_WITH_PATCHLEVEL@
Cflags: -I@includedir@/@PACKAGE@
Cflags: -I@includedir@
Libs: -L@libdir@ -lmodsecurity