]> Pileus Git - ~andy/gtk/blob - modules/engines/pixbuf/Makefile.am
Merge branch 'bgo593793-filechooser-recent-folders-master'
[~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 AM_CPPFLAGS = \
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/libgdk-3.la         \
17         $(top_builddir)/gtk/libgtk-3.la
18
19 enginedir = $(libdir)/gtk-3.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
35
36 -include $(top_srcdir)/git.mk