From e3dd2937e68b4291c65aa485e1cbc7c9060a4091 Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Fri, 18 Mar 2016 16:01:02 -0300 Subject: [PATCH] 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. --- src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index e1fe878b..a655ad7f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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/