]> Pileus Git - ~andy/gtk/blob - modules/engines/pixbuf/Makefile.am
If major.minor of required and available glib versions are the same, add
[~andy/gtk] / modules / engines / pixbuf / Makefile.am
1 if OS_WIN32
2 no_undefined = -no-undefined
3 endif
4
5 INCLUDES = \
6         -I$(top_srcdir)                                 \
7         -I$(top_srcdir)/gdk                             \
8         -I$(top_builddir)/gdk                           \
9         -DGDK_PIXBUF_DISABLE_DEPRECATED                 \
10         -DGDK_DISABLE_DEPRECATED                        \
11         $(GTK_DEP_CFLAGS)
12
13 LDADDS = \
14         $(GTK_DEP_LIBS)                                 \
15         $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-2.0.la \
16         $(top_builddir)/gdk/$(gdktargetlib)             \
17         $(top_builddir)/gtk/$(gtktargetlib)             
18
19 enginedir = $(libdir)/gtk-2.0/$(GTK_BINARY_VERSION)/engines
20
21 engine_LTLIBRARIES = libpixmap.la
22
23 libpixmap_la_SOURCES =          \
24         pixbuf-draw.c           \
25         pixbuf-main.c           \
26         pixbuf-render.c         \
27         pixbuf-rc-style.c       \
28         pixbuf-rc-style.h       \
29         pixbuf-style.h          \
30         pixbuf.h
31
32 libpixmap_la_LDFLAGS =  -avoid-version -module $(no_undefined)
33 libpixmap_la_LIBADD = $(LDADDS)
34