gtk+ r22586 - in trunk/modules/other/gail: . libgail-util tests



Author: tml
Date: Wed Mar 25 07:18:58 2009
New Revision: 22586
URL: http://svn.gnome.org/viewvc/gtk+?rev=22586&view=rev

Log:
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".



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

Modified: trunk/modules/other/gail/Makefile.am
==============================================================================
--- trunk/modules/other/gail/Makefile.am	(original)
+++ trunk/modules/other/gail/Makefile.am	Wed Mar 25 07:18:58 2009
@@ -2,7 +2,7 @@
 
 SUBDIRS = libgail-util tests
 
-if OS_WIN32
+if PLATFORM_WIN32
 no_undefined = -no-undefined
 endif
 

Modified: trunk/modules/other/gail/libgail-util/Makefile.am
==============================================================================
--- trunk/modules/other/gail/libgail-util/Makefile.am	(original)
+++ trunk/modules/other/gail/libgail-util/Makefile.am	Wed Mar 25 07:18:58 2009
@@ -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:

Modified: trunk/modules/other/gail/tests/Makefile.am
==============================================================================
--- trunk/modules/other/gail/tests/Makefile.am	(original)
+++ trunk/modules/other/gail/tests/Makefile.am	Wed Mar 25 07:18:58 2009
@@ -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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]