mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
24 lines
303 B
Makefile
24 lines
303 B
Makefile
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
|