summaryrefslogtreecommitdiff
path: root/panels/Makefile.am
blob: a805b4c7e148842a04f753a7b1745ade767caa9a (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
35
36
37
SUBDIRS= \
	common \
	background \
	screen \
	power \
	color \
	display \
	mouse \
	notifications \
	online-accounts \
	region \
	info \
	sound \
	keyboard \
	universal-access \
	user-accounts \
	datetime \
	search \
	privacy

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