summaryrefslogtreecommitdiff
path: root/capplets/Makefile.am
blob: 9b3c70ea6566492a47da497e0b601bfca5111ad5 (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