gnome-control-center/panels/Makefile.am

38 lines
442 B
Makefile

SUBDIRS= \
common \
background \
screen \
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