mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 01:40:10 +00:00
35226a7be5
Mon Mar 6 11:44:58 2000 Owen Taylor <otaylor@redhat.com> * docs/gap-geometry.fig: Moved into docs/ subdir * Makefile.am configure.in autogen.sh src/Makefile.am: automakify * src/pixbuf.h src/pixbuf-render.c src/pixbuf-draw.c src/pixbuf-main.c: Move sources into subdir and rename.
15 lines
265 B
Makefile
15 lines
265 B
Makefile
INCLUDES = $(GTK_CFLAGS)
|
|
|
|
enginedir = $(libdir)/gtk/themes/engines
|
|
|
|
engine_LTLIBRARIES = libpixmap.la
|
|
|
|
libpixmap_la_SOURCES = \
|
|
pixbuf-draw.c \
|
|
pixbuf-main.c \
|
|
pixbuf-render.c \
|
|
pixbuf.h
|
|
|
|
libpixmap_la_LDFLAGS = -module -avoid-version
|
|
libpixmap_la_LIBADD =
|