]> Pileus Git - ~andy/gtk/blob - modules/printbackends/pdf/Makefile.am
Merge the gtk-printing branch. For more detailed ChangeLog entries, see
[~andy/gtk] / modules / printbackends / pdf / Makefile.am
1 if OS_WIN32
2 no_undefined = -no-undefined
3 endif
4
5 INCLUDES = \
6         -I$(top_srcdir)                                 \
7         -I$(top_srcdir)/gtk                             \
8         -I$(top_builddir)/gtk                           \
9         -I$(top_srcdir)/gdk                             \
10         -I$(top_builddir)/gdk                           \
11         -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED          \
12         $(GTK_DEP_CFLAGS)
13
14 LDADDS = \
15         $(GTK_DEP_LIBS)                                 \
16         $(top_builddir)/gtk/$(gtktargetlib)             
17
18 backenddir = $(libdir)/gtk-2.0/$(GTK_BINARY_VERSION)/printbackends
19
20 backend_LTLIBRARIES = libprintbackend-pdf.la
21
22 libprintbackend_pdf_la_SOURCES =        \
23         gtkprintbackendpdf.c
24
25 noinst_HEADERS =                        \
26         gtkprintbackendpdf.h
27
28 libprintbackend_pdf_la_LDFLAGS =  -avoid-version -module $(no_undefined)
29 libprintbackend_pdf_la_LIBADD = $(LDADDS)