summaryrefslogtreecommitdiff
path: root/components/Makefile.am
blob: 182335e86aab48783be8aef2337e89846123244a (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
35
NULL=

if EAZEL_SERVICES
SERVICE_SUBDIRS = services
endif

if BUILD_MOZILLA_COMPONENT
MOZILLA_COMPONENT_SUBDIRS = mozilla
endif

if BUILD_RPM_COMPONENTS
RPMVIEW_COMPONENT_SUBDIRS = rpmview
endif

SUBDIRS = \
	adapter \
	hardware \
	help \
	history \
	image-viewer \
	loser \
	music \
	notes \
	rss-control \
	sample \
	text \
	throbber \
	tree \
	vcard \
	$(SERVICE_SUBDIRS) \
	$(RPMVIEW_COMPONENT_SUBDIRS) \
	$(MOZILLA_COMPONENT_SUBDIRS) \
	$(NULL)