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
This commit is contained in:
Tor Lillqvist 2009-03-25 07:18:58 +00:00 committed by Tor Lillqvist
parent b6cba0b542
commit d8ea13216c
4 changed files with 14 additions and 3 deletions

View 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 ===

View 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

View 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:

View 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