summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-04-12 19:48:27 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-04-12 19:48:27 +0000
commit340e710fc39c063c0dfe71ea2c5ddab393828930 (patch)
tree75383bfd102008150cb7ae246383e90999a3f2e3 /contrib
parent93c2bc828ec7376d5e55f890c441e9685e7eb02e (diff)
downloadgtk+-340e710fc39c063c0dfe71ea2c5ddab393828930.tar.gz
modules/engines/pixbuf/Makefile.am Build fixes for Cygwin. (#338262)
2006-04-12 Matthias Clasen <mclasen@redhat.com> * contrib/gdk-pixbuf-xlib/Makefile.am: * modules/engines/pixbuf/Makefile.am * gdk-pixbuf/Makefile.am: Build fixes for Cygwin. (#338262)
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gdk-pixbuf-xlib/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/gdk-pixbuf-xlib/Makefile.am b/contrib/gdk-pixbuf-xlib/Makefile.am
index dabdb52d01..611a838add 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 = \