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