gnome-control-center/panels/Makefile.am
Marek Kasik a03eb1664c printers: Check for CUPS header files
Don't build Printers panel if there are not CUPS header files.
2011-01-19 11:11:59 +01:00

21 lines
246 B
Makefile

SUBDIRS= \
background \
screen \
power \
display \
media \
mouse \
region \
network \
info \
sound \
keyboard \
universal-access \
user-accounts \
datetime
if BUILD_PRINTERS
SUBDIRS += printers
endif
-include $(top_srcdir)/git.mk