File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -306,3 +306,8 @@ TESTS+=test/test-cases/secrules-language-tests/operators/ipMatch.json
306
306
TESTS+ =test/test-cases/secrules-language-tests/operators/ge.json
307
307
TESTS+ =test/test-cases/secrules-language-tests/operators/lt.json
308
308
309
+
310
+ pkgconfigdir = $(libdir ) /pkgconfig
311
+ pkgconfig_DATA = modsecurity.pc
312
+ EXTRA_DIST = modsecurity.pc.in
313
+
Original file line number Diff line number Diff line change @@ -346,6 +346,7 @@ AC_SUBST(GLOBAL_CFLAGS)
346
346
347
347
# Files to be generated via autotools.
348
348
AC_CONFIG_FILES ( [ \
349
+ modsecurity.pc \
349
350
Makefile \
350
351
doc/Makefile \
351
352
src/Makefile \
Original file line number Diff line number Diff line change
1
+ prefix=@prefix@
2
+ exec_prefix=@exec_prefix@
3
+ libdir=@libdir@
4
+ includedir=@includedir@
5
+
6
+ Name: ModSecurity
7
+ Description: ModSecurity API
8
+ Version: @PACKAGE_VERSION@
9
+ Cflags: -I@includedir@/@PACKAGE@
10
+ Libs: -L@libdir@ -lmodsecurity
You can’t perform that action at this time.
0 commit comments