blob: a6a91445d3dc2a0c1e66a9f8432d53fdf9174b2e (
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
36
|
NULL=
if EAZEL_SERVICES
SERVICE_SUBDIRS = services
endif
if BUILD_MOZILLA_COMPONENT
MOZILLA_COMPONENT_SUBDIRS = mozilla
endif
if BUILD_RPMVIEW_COMPONENT
RPMVIEW_COMPONENT_SUBDIRS = rpmview
endif
# These components are broken:
#
# websearch
#
SUBDIRS = \
adapter \
hardware \
help \
history \
image-viewer \
loser \
music \
notes \
sample \
tree \
$(SERVICE_SUBDIRS) \
$(RPMVIEW_COMPONENT_SUBDIRS) \
$(MOZILLA_COMPONENT_SUBDIRS) \
$(NULL)
|