mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Installs the library file in the right path [lib|lib64]
Fixed the issue reported on #1083: - The option --libdir will be respected whenever it is used. - The library will be installed at ??/lib64 when needed.
This commit is contained in:
parent
88ca736543
commit
e3dd2937e6
@ -2,8 +2,7 @@
|
||||
BUILT_SOURCES= \
|
||||
parser/seclang-parser.cc
|
||||
|
||||
libmodsecuritydir = $(prefix)/lib
|
||||
libmodsecurity_LTLIBRARIES = libmodsecurity.la
|
||||
lib_LTLIBRARIES = libmodsecurity.la
|
||||
libmodsecurity_ladir = $(prefix)/include
|
||||
libmodsecurity_includesubdir = $(pkgincludedir)/transaction/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user