]> Pileus Git - ~andy/gtk/blob - modules/engines/pixbuf/Makefile.am
link pixbuf engine against the gtk+ libraries, so that it can be used with
[~andy/gtk] / modules / engines / pixbuf / Makefile.am
1 INCLUDES = $(GTK_CFLAGS)
2
3 enginedir = $(libdir)/gtk-2.0/$(GTK_VERSION)/engines
4
5 engine_LTLIBRARIES = libpixmap.la
6
7 libpixmap_la_SOURCES =          \
8         pixbuf-draw.c           \
9         pixbuf-main.c           \
10         pixbuf-render.c         \
11         pixbuf-rc-style.c       \
12         pixbuf-rc-style.h       \
13         pixbuf-style.h          \
14         pixbuf.h
15
16 libpixmap_la_LDFLAGS =  -avoid-version -module
17 libpixmap_la_LIBADD = $(GTK_LIBS)
18
19 dist-hook:
20         cp -pr examples $(distdir);                                     \
21         find $(distdir)/examples -name 'CVS' -print | xargs rm -rf