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

if BUILD_MOZILLA_COMPONENT
MOZILLA_COMPONENT_SUBDIRS = mozilla
endif

SUBDIRS = 					\
	help 					\
	history 				\
	image-viewer 				\
	news					\
	notes 					\
	sample 					\
	throbber 				\
	$(NULL)

XXX=
	adapter 				\
	hardware 				\
	loser 					\
	music 					\
	text 					\
	tree 					\
	$(MOZILLA_COMPONENT_SUBDIRS) 		\
	$(NULL)