mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Add basic pkg-config info
This commit is contained in:
committed by
Felipe Zimmerle
parent
81708a6cf5
commit
544fb50c1a
10
modsecurity.pc.in
Normal file
10
modsecurity.pc.in
Normal file
@@ -0,0 +1,10 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: ModSecurity
|
||||
Description: ModSecurity API
|
||||
Version: @PACKAGE_VERSION@
|
||||
Cflags: -I@includedir@/@PACKAGE@
|
||||
Libs: -L@libdir@ -lmodsecurity
|
Reference in New Issue
Block a user