]> Pileus Git - ~andy/gtk/blob - modules/engines/pixbuf/Makefile.am
define -DGDK_PIXBUF_DISABLE_DEPRECATED in the global CFLAGS.
[~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_DISABLE_DEPRECATED        \
12         $(GTK_DEP_CFLAGS)
13
14 LDADDS = \
15         $(GTK_DEP_LIBS)                                 \
16         $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-2.0.la \
17         $(top_builddir)/gdk/$(gdktargetlib)             \
18         $(top_builddir)/gtk/$(gtktargetlib)             
19
20 enginedir = $(libdir)/gtk-2.0/$(GTK_BINARY_VERSION)/engines
21
22 engine_LTLIBRARIES = libpixmap.la
23
24 libpixmap_la_SOURCES =          \
25         pixbuf-draw.c           \
26         pixbuf-main.c           \
27         pixbuf-render.c         \
28         pixbuf-rc-style.c       \
29         pixbuf-rc-style.h       \
30         pixbuf-style.h          \
31         pixbuf.h
32
33 libpixmap_la_LDFLAGS =  -avoid-version -module $(no_undefined)
34 libpixmap_la_LIBADD = $(LDADDS)
35