summaryrefslogtreecommitdiff
path: root/modules/printbackends/Makefile.am
blob: 7d6680dffbf7af4d141596892c7a8d3a1d7800a9 (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 = cloudprint cups file lpr test papi

-include $(top_srcdir)/git.mk