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

SUBDIRS = file lpr

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