mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
fd57356b2f
svn path=/trunk/; revision=17687
12 lines
135 B
Makefile
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
|