gtk/modules/printbackends/Makefile.am
Matthias Clasen fd57356b2f Make building the test print backend optional
svn path=/trunk/; revision=17687
2007-04-29 03:41:53 +00:00

12 lines
135 B
Makefile

SUBDIRS = file lpr
if HAVE_CUPS
SUBDIRS += cups
endif
if TEST_PRINT_BACKEND
SUBDIRS += test
endif
DIST_SUBDIRS = cups file lpr test