summaryrefslogtreecommitdiff
path: root/modules/printbackends/Makefile.am
blob: 7282a01689f9fb883aee6ae006af1c4699734513 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
include $(top_srcdir)/Makefile.decl

SUBDIRS = file lpr

if HAVE_CLOUDPRINT
SUBDIRS += cloudprint
endif

if HAVE_CUPS
SUBDIRS += cups
endif

if TEST_PRINT_BACKEND
SUBDIRS += test
endif

if HAVE_PAPI
SUBDIRS += papi
endif

DIST_SUBDIRS = cups file lpr test papi

-include $(top_srcdir)/git.mk