forked from AuroraMiddleware/gtk
42cc312df6
Thu May 3 14:13:49 2001 Owen Taylor <otaylor@redhat.com> * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add dependency on Atk for accessibility support. * configure.in **/Makefile.am: Major reworking of substituted variables for CFLAGS/LIBS to make a lot more sane and keep the the compile/link lines a bit shorter. * gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
31 lines
780 B
Makefile
31 lines
780 B
Makefile
lib_LTLIBRARIES=libgdk_pixbuf_xlib-1.3.la
|
|
|
|
INCLUDES = @STRIP_BEGIN@ \
|
|
-I$(top_srcdir) -I$(top_builddir) \
|
|
-I$(top_srcdir)/gdk-pixbuf \
|
|
-I$(top_srcdir)/contrib \
|
|
@GDK_PIXBUF_XLIB_DEP_CFLAGS@ \
|
|
@STRIP_END@
|
|
|
|
LDADDS = @STRIP_BEGIN@ \
|
|
@GDK_PIXBUF_XLIB_DEP_LIBS@ \
|
|
@STRIP_END@
|
|
|
|
libgdk_pixbuf_xlib_1_3_la_LDFLAGS = \
|
|
-export-dynamic
|
|
|
|
libgdk_pixbuf_xlib_1_3_la_SOURCES = \
|
|
gdk-pixbuf-xlib-private.h \
|
|
gdk-pixbuf-xlib.c \
|
|
gdk-pixbuf-xlib-render.c \
|
|
gdk-pixbuf-xlib-drawable.c \
|
|
gdk-pixbuf-xlibrgb.c
|
|
|
|
libgdk_pixbuf_xlibincludedir=$(includedir)/gtk-2.0/gdk-pixbuf-xlib
|
|
|
|
libgdk_pixbuf_xlibinclude_HEADERS = \
|
|
gdk-pixbuf-xlib.h \
|
|
gdk-pixbuf-xlibrgb.h
|
|
|
|
|