summaryrefslogtreecommitdiff
path: root/capplets/Makefile.am
blob: 838359a23e8b98a9b7a3fd788f1824cb3c7eabee (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
NULL =

SUBDIRS = \
	accessibility		\
	appearance		\
	keyboard		\
	mouse			\
	network			\
	$(NULL)

DIST_SUBDIRS = \
	accessibility		\
	appearance		\
	default-applications	\
	keyboard		\
	mouse			\
	network			\
	windows			\
	display 		\
	about-me


if HAVE_RANDR
SUBDIRS += display
endif

if BUILD_ABOUTME
SUBDIRS += about-me
endif

-include $(top_srcdir)/git.mk