mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 01:40:10 +00:00
cebfe95660
Wed Nov 15 21:56:28 2000 Owen Taylor <otaylor@redhat.com> * src/pixbuf-*: A few updates for GTypePlugin.
17 lines
317 B
Makefile
17 lines
317 B
Makefile
INCLUDES = $(GTK_CFLAGS)
|
|
|
|
enginedir = $(libdir)/gtk-2.0/$(GTK_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
|