2000-03-06 16:39:14 +00:00
|
|
|
INCLUDES = $(GTK_CFLAGS)
|
|
|
|
|
2000-07-18 16:21:33 +00:00
|
|
|
enginedir = $(libdir)/gtk-2.0/$(GTK_VERSION)/engines
|
2000-03-06 16:39:14 +00:00
|
|
|
|
|
|
|
engine_LTLIBRARIES = libpixmap.la
|
|
|
|
|
|
|
|
libpixmap_la_SOURCES = \
|
2000-03-06 18:47:32 +00:00
|
|
|
pixbuf-draw.c \
|
|
|
|
pixbuf-main.c \
|
|
|
|
pixbuf-render.c \
|
2000-07-18 16:21:33 +00:00
|
|
|
pixbuf-rc-style.c \
|
|
|
|
pixbuf-rc-style.h \
|
|
|
|
pixbuf-style.h \
|
2000-03-06 18:47:32 +00:00
|
|
|
pixbuf.h
|
2000-03-06 16:39:14 +00:00
|
|
|
|
2001-02-01 23:55:43 +00:00
|
|
|
libpixmap_la_LDFLAGS = -avoid-version -module
|