gtk2/modules/printbackends/Makefile.am
Patrick Griffis c77ea5101e Remove Google Cloud Print backend
This service was shut down at the start of 2021
2021-07-05 10:52:31 -05:00

23 lines
274 B
Makefile

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
EXTRA_DIST += \
meson.build
-include $(top_srcdir)/git.mk