gnome-control-center/panels/Makefile.am

38 lines
432 B
Text
Raw Normal View History

SUBDIRS= \
common \
background \
power \
color \
display \
mouse \
notifications \
online-accounts \
region \
2010-12-12 14:08:40 -05:00
info \
sound \
keyboard \
universal-access \
user-accounts \
datetime \
search \
privacy \
sharing
if BUILD_WACOM
SUBDIRS += wacom
endif
2010-08-10 15:29:31 +01:00
if BUILD_PRINTERS
SUBDIRS += printers
endif
if BUILD_NETWORK
SUBDIRS += network
endif
if BUILD_BLUETOOTH
SUBDIRS += bluetooth
endif
2010-08-10 15:29:31 +01:00
-include $(top_srcdir)/git.mk