Skip to content

Commit 788b696

Browse files
Guillaume QuintardFelipe Zimmerle
authored andcommitted
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
1 parent 16ab99c commit 788b696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modsecurity.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ includedir=@includedir@
66
Name: ModSecurity
77
Description: ModSecurity API
88
Version: @MSC_VERSION_WITH_PATCHLEVEL@
9-
Cflags: -I@includedir@/@PACKAGE@
9+
Cflags: -I@includedir@
1010
Libs: -L@libdir@ -lmodsecurity

0 commit comments

Comments
 (0)