]> Pileus Git - ~andy/gtk/commitdiff
Bug 575644 - Cygwin gail build patch
authorTor Lillqvist <tml@novell.com>
Wed, 25 Mar 2009 07:18:58 +0000 (07:18 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 25 Mar 2009 07:18:58 +0000 (07:18 +0000)
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

modules/other/gail/ChangeLog
modules/other/gail/Makefile.am
modules/other/gail/libgail-util/Makefile.am
modules/other/gail/tests/Makefile.am

index 0ee10f5c58ce5e8d98354bc4dce8abccd1830257..eea65f1bd10418d30e8e204207509cecc97c4dae 100644 (file)
@@ -1,3 +1,12 @@
+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".
+
 2009-03-13  Matthias Clasen  <mclasen@redhat.com>
 
        * === Released 2.16.0 ===
index a6f875791eb448f4f4992549e335cedabf4755e0..24d0d58ffcbd12ad6c060d921ad03d118f063e40 100644 (file)
@@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.decl
 
 SUBDIRS = libgail-util tests
 
-if OS_WIN32
+if PLATFORM_WIN32
 no_undefined = -no-undefined
 endif
 
index 92ed669a6a25ca02638ef9a0ad4d5f65094f2649..856a6c01a9a8902a9b38b528a4f4bb0de486626d 100644 (file)
@@ -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:
index 8e6a5d5b12258f1618d15210628751dae3c5338b..aaa6389396731aa109fda07d253cba80f36b88e8 100644 (file)
@@ -1,7 +1,7 @@
 ## Makefile.am for gtk+/tests
 include $(top_srcdir)/Makefile.decl
 
-if OS_WIN32
+if PLATFORM_WIN32
 no_undefined = -no-undefined
 endif