forgot to cvs add files from last commit
This commit is contained in:
8
contrib/Makefile.am
Normal file
8
contrib/Makefile.am
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
if USE_X11
|
||||
XDIRS=gdk-pixbuf-xlib
|
||||
else
|
||||
XDIRS=
|
||||
endif
|
||||
|
||||
SUBDIRS=$(XDIRS)
|
||||
32
contrib/gdk-pixbuf-xlib/Makefile.am
Normal file
32
contrib/gdk-pixbuf-xlib/Makefile.am
Normal 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user