summaryrefslogtreecommitdiff
path: root/modules/other/gail/libgail-util/Makefile.am
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2009-03-25 07:18:58 +0000
committerTor Lillqvist <tml@src.gnome.org>2009-03-25 07:18:58 +0000
commitd8ea13216c0a647ffd02dc29449327aa151b6f1e (patch)
tree26ed8699be87030805b2eff18beb84da205c6bf9 /modules/other/gail/libgail-util/Makefile.am
parentb6cba0b5424195979ba3c0005120707f91a170d4 (diff)
downloadgdk-pixbuf-d8ea13216c0a647ffd02dc29449327aa151b6f1e.tar.gz
Bug 575644 - Cygwin gail build patch
2009-03-25 Tor Lillqvist <tml@novell.com> Bug 575644 - Cygwin gail build patch * modules/other/gail/Makefile.am * modules/other/gail/libgail-util/Makefile.am * modules/other/gail/tests/Makefile.am: Use -no-undefined also on Cygwin. Patch from "Cygwin ports maintainer". svn path=/trunk/; revision=22586
Diffstat (limited to 'modules/other/gail/libgail-util/Makefile.am')
-rw-r--r--modules/other/gail/libgail-util/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/other/gail/libgail-util/Makefile.am b/modules/other/gail/libgail-util/Makefile.am
index 92ed669a6..856a6c01a 100644
--- a/modules/other/gail/libgail-util/Makefile.am
+++ b/modules/other/gail/libgail-util/Makefile.am
@@ -1,9 +1,11 @@
include $(top_srcdir)/Makefile.decl
EXTRA_DIST += gailutil.def
+if PLATFORM_WIN32
+no_undefined = -no-undefined
+endif
if OS_WIN32
export_symbols = -export-symbols $(srcdir)/gailutil.def
-no_undefined = -no-undefined
install-def-file: gailutil.def
$(INSTALL) $(srcdir)/gailutil.def $(DESTDIR)$(libdir)
uninstall-def-file: