summaryrefslogtreecommitdiff
path: root/capplets/Makefile.am
blob: 004d00fd2153286348a74177794a8bac1422da14 (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
SUBDIRS = \
	common			\
	accessibility	\
	appearance		\
	default-applications	\
	display			\
	keybindings		\
	keyboard		\
	mouse			\
	network			\
	windows

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