]> Pileus Git - ~andy/gtk/blob - modules/printbackends/cups/Makefile.am
Merge the gtk-printing branch. For more detailed ChangeLog entries, see
[~andy/gtk] / modules / printbackends / cups / 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         $(CUPS_CFLAGS)                                  \
12         -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED          \
13         $(GTK_DEP_CFLAGS)
14
15 LDADDS = \
16         $(GTK_DEP_LIBS)                                 \
17         $(top_builddir)/gtk/$(gtktargetlib)             
18
19 backenddir = $(libdir)/gtk-2.0/$(GTK_BINARY_VERSION)/printbackends
20
21 backend_LTLIBRARIES = libprintbackend-cups.la
22
23 libprintbackend_cups_la_SOURCES =       \
24         gtkprintbackendcups.c           \
25         gtkprintercups.c                \
26         gtkcupsutils.c
27
28 noinst_HEADERS =                        \
29         gtkprintbackendcups.h           \
30         gtkprintercups.h                \
31         gtkcupsutils.h
32
33 libprintbackend_cups_la_LDFLAGS =  -avoid-version -module $(no_undefined)
34 libprintbackend_cups_la_LIBADD = $(LDADDS) $(CUPS_LIBS)