diff options
author | Tobias Brunner <tobias@strongswan.org> | 2013-04-15 16:48:46 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-04-15 16:48:46 +0200 |
commit | 73da6c88a40470e28fcc8663d9e39904af6471ef (patch) | |
tree | 66e0fc2a8b59af6951c969f3bdfb1e2dbe24e1d9 /src | |
parent | 2e12fc4b0aee9434eaf5e42ddc57577df4fe4cb2 (diff) | |
download | strongswan-73da6c88a40470e28fcc8663d9e39904af6471ef.tar.bz2 strongswan-73da6c88a40470e28fcc8663d9e39904af6471ef.tar.xz |
Fix checksum calculation with DESTDIR installations
Diffstat (limited to 'src')
-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 1405fcd05..9f6945087 100644 --- a/src/checksum/Makefile.am +++ b/src/checksum/Makefile.am @@ -18,7 +18,7 @@ INCLUDES = \ -I$(top_srcdir)/src/libhydra \ -I$(top_srcdir)/src/libcharon AM_CFLAGS = \ - -DPLUGINDIR=\"${plugindir}\" \ + -DPLUGINDIR=\"${DESTDIR}${plugindir}\" \ -rdynamic # we keep track of build dependencies in deps and use libs to store the paths |