Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument/Makefile.am
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2009-04-26 10:13:00 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@yandex.ru>2009-04-26 10:13:00 (GMT)
commitfd6cd4eb3b7d5ce61417aec33bd68eabf63e3349 (patch)
treecdd0a994141f63c5b1d88d51ef088e77e2f3dbc7 /libdocument/Makefile.am
parenteb0efea5315c78b7990c6a03c81a9e6ab6fd7c27 (diff)
[build] Adds -no-undefined flag for Cygwin build
Added flag -no-undefined required by Cygwin for installed shared libraries since Cygwin's libtool can't track library dependency automatically. Fixes GNOME bug #580058. Patch from Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Diffstat (limited to 'libdocument/Makefile.am')
-rw-r--r--libdocument/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdocument/Makefile.am b/libdocument/Makefile.am
index a16b68e..aa77cca 100644
--- a/libdocument/Makefile.am
+++ b/libdocument/Makefile.am
@@ -91,6 +91,7 @@ libevdocument_la_CFLAGS = \
libevdocument_la_LDFLAGS = \
-version-info $(EV_DOCUMENT_LT_VERSION_INFO) \
+ -no-undefined \
-export-symbols-regex "^ev_*" \
$(AM_LDFLAGS)