From 73da6c88a40470e28fcc8663d9e39904af6471ef Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 15 Apr 2013 16:48:46 +0200 Subject: [PATCH] Fix checksum calculation with DESTDIR installations --- src/checksum/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4