summaryrefslogtreecommitdiff
path: root/components/Makefile.am
blob: c1c4251c8885eee660df6d81175d60b87bd5b032 (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
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 \
	sample \
	text \
	throbber \
	tree \
	$(SERVICE_SUBDIRS) \
	$(RPMVIEW_COMPONENT_SUBDIRS) \
	$(MOZILLA_COMPONENT_SUBDIRS) \
	$(NULL)