]> Pileus Git - ~andy/gtk/blob - modules/printbackends/papi/Makefile.am
671055be59c107a8f03e063b32b55c1a528e32c7
[~andy/gtk] / modules / printbackends / papi / 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         $(GTK_DEBUG_FLAGS)
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-papi.la
22
23 libprintbackend_papi_la_SOURCES =       \
24         gtkprinterpapi.c                \
25         gtkprintbackendpapi.c
26
27 noinst_HEADERS =                        \
28         gtkprinterpapi.h                \
29         gtkprintbackendpapi.h
30
31 libprintbackend_papi_la_LDFLAGS =  -avoid-version -module $(no_undefined)
32 libprintbackend_papi_la_LIBADD = $(LDADDS) -lpapi
33
34 -include $(top_srcdir)/git.mk