Fix checksum calculation with DESTDIR installations

This commit is contained in:
Tobias Brunner
2013-04-15 16:48:46 +02:00
parent 2e12fc4b0a
commit 73da6c88a4
+1 -1
View File
@@ -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