summaryrefslogtreecommitdiff
path: root/capplets/Makefile.am
blob: cf6de1b3419267a50820c50ff93176adb749963f (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 \
	keybindings \
	mouse \
	network \
	windows \
	about-me \
	system-info

if HAVE_SYSTEMD
SUBDIRS += time-admin
endif

DIST_SUBDIRS = \
	common \
	accessibility \
	appearance \
	default-applications \
	keybindings \
	keyboard \
	mouse \
	network \
	time-admin \
	windows \
	display \
	about-me \
	system-info

-include $(top_srcdir)/git.mk