diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-06-08 15:49:15 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-07-05 14:42:14 +0200 |
commit | 60d62b9e5c8c256ce814bd6e7897bf694fc3b6d4 (patch) | |
tree | a2ced696b5e5796b2656dcf18f3e4292b92c27e6 /src/libstrongswan/library.c | |
parent | 9b2b434fe763ef5c6753e8e93416c5a4f36015a6 (diff) | |
download | strongswan-60d62b9e5c8c256ce814bd6e7897bf694fc3b6d4.tar.bz2 strongswan-60d62b9e5c8c256ce814bd6e7897bf694fc3b6d4.tar.xz |
Don't install the libraries directly in lib/.
Instead use a subdirectory (prefix/lib/ipsec by default). Also moved the
plugins from libexec to a subdirectory of that dir.
Diffstat (limited to 'src/libstrongswan/library.c')
-rw-r--r-- | src/libstrongswan/library.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/library.c b/src/libstrongswan/library.c index 9fc99e3a9..35d303f37 100644 --- a/src/libstrongswan/library.c +++ b/src/libstrongswan/library.c @@ -27,7 +27,7 @@ #include <utils/leak_detective.h> #endif -#define CHECKSUM_LIBRARY IPSEC_DIR"/libchecksum.so" +#define CHECKSUM_LIBRARY IPSEC_LIB_DIR"/libchecksum.so" typedef struct private_library_t private_library_t; |