27 lines
316 B
Makefile
27 lines
316 B
Makefile
SUBDIRS= \
|
|
common \
|
|
background \
|
|
screen \
|
|
power \
|
|
color \
|
|
display \
|
|
media \
|
|
mouse \
|
|
online-accounts \
|
|
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
|