Skip to content

Commit e3dd293

Browse files
committed
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.
1 parent 88ca736 commit e3dd293

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Makefile.am

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
BUILT_SOURCES= \
33
parser/seclang-parser.cc
44

5-
libmodsecuritydir = $(prefix)/lib
6-
libmodsecurity_LTLIBRARIES = libmodsecurity.la
5+
lib_LTLIBRARIES = libmodsecurity.la
76
libmodsecurity_ladir = $(prefix)/include
87
libmodsecurity_includesubdir = $(pkgincludedir)/transaction/
98

0 commit comments

Comments
 (0)