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

SUBDIRS = $(always_built_SUBDIRS)

if HAVE_RANDR
SUBDIRS += display
endif

if BUILD_ABOUTME
SUBDIRS += about-me
endif

if HAVE_GSTREAMER
SUBDIRS += sound
endif

DIST_SUBDIRS = \
	$(always_built_SUBDIRS) display about-me sound