aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index cf6bf5f..f81a233 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,7 +7,7 @@ experiment_player_SOURCES = main.c quickopen.c \
experiment_player_CFLAGS = $(AM_CFLAGS)
experiment_player_CPPFLAGS = -DDEFAULT_UI='"@DEFAULT_UI@"' \
-DHELP_URI='"@HELP_URI@"'
-experiment_player_LDFLAGS =
+experiment_player_LDFLAGS = -export-dynamic
experiment_player_LDADD =
if USE_W32_RES