gnome-control-center/panels/Makefile.am
Bastien Nocera 66808c2b3f screen: Remove screen panel
It's been replaced by the updated Power panel and the new Privacy panel.
2013-01-17 11:06:02 +01:00

37 lines
432 B
Makefile

SUBDIRS= \
common \
background \
power \
color \
display \
mouse \
notifications \
online-accounts \
region \
info \
sound \
keyboard \
universal-access \
user-accounts \
datetime \
search \
privacy \
sharing
if BUILD_WACOM
SUBDIRS += wacom
endif
if BUILD_PRINTERS
SUBDIRS += printers
endif
if BUILD_NETWORK
SUBDIRS += network
endif
if BUILD_BLUETOOTH
SUBDIRS += bluetooth
endif
-include $(top_srcdir)/git.mk