2010-08-10 15:26:07 +01:00
|
|
|
SUBDIRS= \
|
2011-01-24 18:09:00 +00:00
|
|
|
common \
|
2010-08-10 15:26:07 +01:00
|
|
|
background \
|
2010-11-09 22:12:26 -05:00
|
|
|
screen \
|
2010-11-18 17:23:50 +00:00
|
|
|
power \
|
2011-05-19 17:36:48 +01:00
|
|
|
color \
|
2010-08-10 15:26:07 +01:00
|
|
|
display \
|
2010-06-07 16:51:11 +01:00
|
|
|
mouse \
|
2011-06-24 14:17:31 +01:00
|
|
|
online-accounts \
|
2010-10-31 23:24:40 -04:00
|
|
|
region \
|
2010-12-12 14:08:40 -05:00
|
|
|
info \
|
2010-10-30 12:16:58 -04:00
|
|
|
sound \
|
2010-10-31 23:58:35 -04:00
|
|
|
keyboard \
|
2010-05-21 17:36:27 +01:00
|
|
|
universal-access \
|
2010-10-30 16:14:30 -04:00
|
|
|
user-accounts \
|
2012-05-24 09:50:52 +02:00
|
|
|
datetime
|
|
|
|
|
|
|
|
if BUILD_WACOM
|
|
|
|
SUBDIRS += wacom
|
|
|
|
endif
|
2010-08-10 15:29:31 +01:00
|
|
|
|
2011-01-19 11:11:59 +01:00
|
|
|
if BUILD_PRINTERS
|
|
|
|
SUBDIRS += printers
|
|
|
|
endif
|
|
|
|
|
2011-02-21 10:05:22 +00:00
|
|
|
if BUILD_NETWORK
|
|
|
|
SUBDIRS += network
|
|
|
|
endif
|
|
|
|
|
2011-10-18 18:44:29 +01:00
|
|
|
if BUILD_BLUETOOTH
|
|
|
|
SUBDIRS += bluetooth
|
|
|
|
endif
|
|
|
|
|
2010-08-10 15:29:31 +01:00
|
|
|
-include $(top_srcdir)/git.mk
|