aboutsummaryrefslogtreecommitdiffstats
path: root/src/checksum/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/checksum/Makefile.am')
-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 078c59790..0bc195b84 100644
--- a/src/checksum/Makefile.am
+++ b/src/checksum/Makefile.am
@@ -22,7 +22,7 @@ AM_CPPFLAGS = \
-DPLUGINDIR=\"${DESTDIR}${plugindir}\"
AM_CFLAGS = \
- -rdynamic
+ $(PLUGIN_CFLAGS)
# we keep track of build dependencies in deps and use libs to store the paths
# to the installed libraries. for executables we use the built files directly