From: Tobias Brunner Date: Mon, 15 Apr 2013 14:48:46 +0000 (+0200) Subject: Fix checksum calculation with DESTDIR installations X-Git-Tag: 5.0.4~15 X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=commitdiff_plain;h=73da6c88a40470e28fcc8663d9e39904af6471ef Fix checksum calculation with DESTDIR installations --- diff --git a/src/checksum/Makefile.am b/src/checksum/Makefile.am index 1405fcd..9f69450 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