aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2013-04-15 16:48:46 +0200
committerTobias Brunner <tobias@strongswan.org>2013-04-15 16:48:46 +0200
commit73da6c88a40470e28fcc8663d9e39904af6471ef (patch)
tree66e0fc2a8b59af6951c969f3bdfb1e2dbe24e1d9 /src
parent2e12fc4b0aee9434eaf5e42ddc57577df4fe4cb2 (diff)
downloadstrongswan-73da6c88a40470e28fcc8663d9e39904af6471ef.tar.bz2
strongswan-73da6c88a40470e28fcc8663d9e39904af6471ef.tar.xz
Fix checksum calculation with DESTDIR installations
Diffstat (limited to 'src')
-rw-r--r--src/checksum/Makefile.am2
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