From 340e710fc39c063c0dfe71ea2c5ddab393828930 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 12 Apr 2006 19:48:27 +0000 Subject: modules/engines/pixbuf/Makefile.am Build fixes for Cygwin. (#338262) 2006-04-12 Matthias Clasen * contrib/gdk-pixbuf-xlib/Makefile.am: * modules/engines/pixbuf/Makefile.am * gdk-pixbuf/Makefile.am: Build fixes for Cygwin. (#338262) --- contrib/gdk-pixbuf-xlib/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'contrib') diff --git a/contrib/gdk-pixbuf-xlib/Makefile.am b/contrib/gdk-pixbuf-xlib/Makefile.am index dabdb52d0..611a838ad 100644 --- a/contrib/gdk-pixbuf-xlib/Makefile.am +++ b/contrib/gdk-pixbuf-xlib/Makefile.am @@ -1,3 +1,7 @@ +if PLATFORM_WIN32 +no_undefined = -no-undefined +endif + lib_LTLIBRARIES=libgdk_pixbuf_xlib-2.0.la INCLUDES = \ @@ -9,6 +13,7 @@ INCLUDES = \ libgdk_pixbuf_xlib_2_0_la_LDFLAGS = \ -export-dynamic \ + $(no_undefined) \ -version-info $(LT_VERSION_INFO) libgdk_pixbuf_xlib_2_0_la_LIBADD = \ -- cgit v1.2.1