mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-15 23:55:03 +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= \
|
BUILT_SOURCES= \
|
||||||
parser/seclang-parser.cc
|
parser/seclang-parser.cc
|
||||||
|
|
||||||
libmodsecuritydir = $(prefix)/lib
|
lib_LTLIBRARIES = libmodsecurity.la
|
||||||
libmodsecurity_LTLIBRARIES = libmodsecurity.la
|
|
||||||
libmodsecurity_ladir = $(prefix)/include
|
libmodsecurity_ladir = $(prefix)/include
|
||||||
libmodsecurity_includesubdir = $(pkgincludedir)/transaction/
|
libmodsecurity_includesubdir = $(pkgincludedir)/transaction/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user