]> Pileus Git - ~andy/gtk/blob - modules/printbackends/Makefile.am
Add CUPS events as soon as possible when printing
[~andy/gtk] / modules / printbackends / Makefile.am
1 include $(top_srcdir)/Makefile.decl
2
3 SUBDIRS = file lpr
4
5 if HAVE_CUPS
6 SUBDIRS += cups
7 endif
8
9 if TEST_PRINT_BACKEND
10 SUBDIRS += test
11 endif
12
13 if HAVE_PAPI
14 SUBDIRS += papi
15 endif
16
17 DIST_SUBDIRS = cups file lpr test papi
18
19 -include $(top_srcdir)/git.mk