if OS_WIN32 no_undefined = -no-undefined endif INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/gdk \ -I$(top_builddir)/gdk \ -DG_DISABLE_DEPRECATED \ -DGDK_PIXBUF_DISABLE_DEPRECATED \ -DGDK_DISABLE_DEPRECATED \ $(GTK_DEP_CFLAGS) enginedir = $(libdir)/gtk-2.0/$(GTK_BINARY_VERSION)/engines engine_LTLIBRARIES = libpixmap.la libpixmap_la_SOURCES = \ pixbuf-draw.c \ pixbuf-main.c \ pixbuf-render.c \ pixbuf-rc-style.c \ pixbuf-rc-style.h \ pixbuf-style.h \ pixbuf.h libpixmap_la_LDFLAGS = -avoid-version -module $(no_undefined) libpixmap_la_LIBADD = $(GTK_LIBS)