forked from AuroraMiddleware/gtk
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)
This commit is contained in:
parent
93c2bc828e
commit
340e710fc3
@ -1,5 +1,9 @@
|
||||
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)
|
||||
|
||||
* gdk/x11/gdkselection-x11.c (make_list): Make this work
|
||||
for list == NULL. (Coverity)
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
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)
|
||||
|
||||
* gdk/x11/gdkselection-x11.c (make_list): Make this work
|
||||
for list == NULL. (Coverity)
|
||||
|
||||
|
@ -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 = \
|
||||
|
@ -486,7 +486,7 @@ all-local: gdk-pixbuf.loaders
|
||||
endif
|
||||
|
||||
if BUILD_DYNAMIC_MODULES
|
||||
gdk-pixbuf.loaders: $(loader_LTLIBRARIES) gdk-pixbuf-query-loaders
|
||||
gdk-pixbuf.loaders: $(loader_LTLIBRARIES) gdk-pixbuf-query-loaders$(EXEEXT)
|
||||
LOADERS=`echo libpixbufloader-*.la` ; \
|
||||
if test "x$$LOADERS" != 'xlibpixbufloader-*.la' ; then \
|
||||
echo "Writing a gdk-pixbuf.loader file to use when running examples before installing gdk-pixbuf."; \
|
||||
|
@ -1,4 +1,4 @@
|
||||
if OS_WIN32
|
||||
if PLATFORM_WIN32
|
||||
no_undefined = -no-undefined
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user