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/checksum | |
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/checksum')
-rw-r--r-- | src/checksum/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/checksum/Makefile.am b/src/checksum/Makefile.am index 600e72557..fc48438c2 100644 --- a/src/checksum/Makefile.am +++ b/src/checksum/Makefile.am @@ -1,4 +1,4 @@ -ipsec_LTLIBRARIES = libchecksum.la +ipseclib_LTLIBRARIES = libchecksum.la noinst_PROGRAMS = checksum_builder nodist_libchecksum_la_SOURCES = checksum.c |