]> Pileus Git - ~andy/gtk/blob - modules/engines/pixbuf/Makefile.am
call g_test_init() from gtk_test_init().
[~andy/gtk] / modules / engines / pixbuf / Makefile.am
1 include $(top_srcdir)/Makefile.decl
2
3 if PLATFORM_WIN32
4 no_undefined = -no-undefined
5 endif
6
7 INCLUDES = \
8         -I$(top_srcdir)                                 \
9         -I$(top_srcdir)/gdk                             \
10         -I$(top_builddir)/gdk                           \
11         -DGDK_PIXBUF_DISABLE_DEPRECATED                 \
12         -DGDK_DISABLE_DEPRECATED                        \
13         $(GTK_DEP_CFLAGS)
14
15 LDADDS = \
16         $(GTK_DEP_LIBS)                                 \
17         $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-2.0.la \
18         $(top_builddir)/gdk/$(gdktargetlib)             \
19         $(top_builddir)/gtk/$(gtktargetlib)             
20
21 enginedir = $(libdir)/gtk-2.0/$(GTK_BINARY_VERSION)/engines
22
23 engine_LTLIBRARIES = libpixmap.la
24
25 libpixmap_la_SOURCES =          \
26         pixbuf-draw.c           \
27         pixbuf-main.c           \
28         pixbuf-render.c         \
29         pixbuf-rc-style.c       \
30         pixbuf-rc-style.h       \
31         pixbuf-style.h          \
32         pixbuf.h
33
34 libpixmap_la_LDFLAGS =  -avoid-version -module $(no_undefined)
35 libpixmap_la_LIBADD = $(LDADDS)
36