Blame modules/printbackends/Makefile.am

Packit 98cdb6
include $(top_srcdir)/Makefile.decl
Packit 98cdb6
Packit 98cdb6
SUBDIRS = file lpr
Packit 98cdb6
Packit 98cdb6
if HAVE_CUPS
Packit 98cdb6
SUBDIRS += cups
Packit 98cdb6
endif
Packit 98cdb6
Packit 98cdb6
if TEST_PRINT_BACKEND
Packit 98cdb6
SUBDIRS += test
Packit 98cdb6
endif
Packit 98cdb6
Packit 98cdb6
if HAVE_PAPI
Packit 98cdb6
SUBDIRS += papi
Packit 98cdb6
endif
Packit 98cdb6
Packit 98cdb6
DIST_SUBDIRS = cups file lpr test papi
Packit 98cdb6
Packit 98cdb6
-include $(top_srcdir)/git.mk