summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-03-04 08:42:12 +0000
committerJon A. Cruz <jon@joncruz.org>2011-03-04 08:42:12 +0000
commit36ed5e78e9650b30663166ae79f660ce14372662 (patch)
tree9a405cf8b7746170921468bb077bfaabe72b34eb /src
parentAbout. Fix for Bug #216386 (Help-window build-date text is clipped). (diff)
downloadinkscape-36ed5e78e9650b30663166ae79f660ce14372662.tar.gz
inkscape-36ed5e78e9650b30663166ae79f660ce14372662.zip
Fix for build on OS X. Fixes bug 707205.
Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10078)
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 993fd01ac..731e9bfd6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -212,7 +212,11 @@ libinkscape_a_SOURCES = $(ink_common_sources)
inkscape_SOURCES += main.cpp $(win32_sources)
inkscape_LDADD = $(all_libs)
+if EXPORT_DYNAMIC_DIRECT
+inkscape_LDFLAGS = --export-dynamic $(kdeldflags) $(mwindows)
+else
inkscape_LDFLAGS = -Wl,--export-dynamic $(kdeldflags) $(mwindows)
+endif
inkview_SOURCES += inkview.cpp $(win32_sources)
inkview_LDADD = $(all_libs)