gnome-control-center/panels/Makefile.am
Richard Hughes 2e7e54c3c2 Add a color panel based on the functionality available in gnome-color-manager
All the major functionality is present, but the virtual device stuff needs
further work with the designers before being included.
2011-05-20 15:59:00 +01:00

26 lines
297 B
Makefile

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