blob: 4a0105a4213f8e3aa01e0e901274b6f29b944708 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
SUBDIRS = \
common \
accessibility \
appearance \
default-applications \
display \
keyboard \
mouse \
network \
windows
# Enable these applets when migrated to gsettings
GSETTINS_DISABLED_SUBDIRS = \
keybindings
DIST_SUBDIRS = \
common \
accessibility \
appearance \
default-applications \
keybindings \
keyboard \
mouse \
network \
windows \
display \
about-me
if BUILD_ABOUTME
SUBDIRS += about-me
endif
-include $(top_srcdir)/git.mk
|