summaryrefslogtreecommitdiff
path: root/thunarx
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2012-11-04 11:15:11 +0100
committerNick Schermer <nick@xfce.org>2012-11-04 11:15:11 +0100
commit12644513c79ba92aeb2129cb121e6c624bb20887 (patch)
tree9d9e19d72c5860f39cdb58272c5c5a9500f73079 /thunarx
parent44d5ab0bf8adb194c77eb4101c79c22fab0f9163 (diff)
downloadthunar-12644513c79ba92aeb2129cb121e6c624bb20887.tar.gz
Fix linking on Cygwin (bug #4561).
Diffstat (limited to 'thunarx')
-rw-r--r--thunarx/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/thunarx/Makefile.am b/thunarx/Makefile.am
index 006296c3..f0c2fcd2 100644
--- a/thunarx/Makefile.am
+++ b/thunarx/Makefile.am
@@ -56,6 +56,7 @@ libthunarx_2_la_CFLAGS = \
libthunarx_2_la_LDFLAGS = \
-export-dynamic \
-export-symbols-regex "^[^_].*" \
+ -no-undefined \
-version-info $(THUNARX_VERINFO) \
$(PLATFORM_LDFLAGS)