forgot to cvs add files from last commit

This commit is contained in:
Havoc Pennington
2000-10-09 17:23:03 +00:00
parent 518f32d97e
commit ea708d50f2
2 changed files with 40 additions and 0 deletions

8
contrib/Makefile.am Normal file
View File

@ -0,0 +1,8 @@
if USE_X11
XDIRS=gdk-pixbuf-xlib
else
XDIRS=
endif
SUBDIRS=$(XDIRS)

View File

@ -0,0 +1,32 @@
lib_LTLIBRARIES=libgdk_pixbuf_xlib-1.3.la
INCLUDES = -I$(top_srcdir) -I$(top_builddir) \
-I$(top_srcdir)/gdk-pixbuf \
-I$(top_srcdir)/contrib \
$(GLIB_CFLAGS)
LDADDS = @STRIP_BEGIN@ \
@x_ldflags@ \
@x_libs@ \
@GLIB_LIBS@ \
-lm \
@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