diff --git a/modules/engines/pixbuf/ChangeLog b/modules/engines/pixbuf/ChangeLog index 0b2ab8dded..f2e5d10118 100644 --- a/modules/engines/pixbuf/ChangeLog +++ b/modules/engines/pixbuf/ChangeLog @@ -1,3 +1,7 @@ +2003-03-02 Tor Lillqvist + + * Makefile.am: Use -no-undefined on Windows. + Fri Sep 6 20:32:45 2002 Owen Taylor * pixbuf-draw.c: Account for the possibility of detail == NULL diff --git a/modules/engines/pixbuf/Makefile.am b/modules/engines/pixbuf/Makefile.am index 9a0ded4b0f..27ebd8e37b 100644 --- a/modules/engines/pixbuf/Makefile.am +++ b/modules/engines/pixbuf/Makefile.am @@ -1,3 +1,7 @@ +if OS_WIN32 +no_undefined = -no-undefined +endif + INCLUDES = $(GTK_CFLAGS) enginedir = $(libdir)/gtk-2.0/$(GTK_VERSION)/engines @@ -13,7 +17,7 @@ libpixmap_la_SOURCES = \ pixbuf-style.h \ pixbuf.h -libpixmap_la_LDFLAGS = -avoid-version -module +libpixmap_la_LDFLAGS = -avoid-version -module $(no_undefined) libpixmap_la_LIBADD = $(GTK_LIBS) dist-hook: