summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 8c5481d0f5d684ea39436baf098a85246848ee87 (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
if ORBIT_INSTALLED
control_center = control-center
capplets = capplets
panel = panel
applets = applets
endif

always_built_SUBDIRS = \
	 gsm smproxy pixmaps desktop-links desktop-properties help-browser \
	 gnome-terminal core-docs gmenu

sometimes_built_SUBDIRS = panel applets control-center capplets

SUBDIRS = intl po macros \
	 $(always_built_SUBDIRS) $(panel) $(applets) $(control_center) $(capplets)

#DIST_SUBDIRS = intl po macros $(always_built_SUBDIRS) \
#	$(sometimes_built_SUBDIRS)

EXTRA_DIST = gnome-core.spec

## to automatically rebuild aclocal.m4 if any of the macros in `macros/' change
@MAINT@include macros/macros.dep
@MAINT@macros/macros.dep: macros/Makefile.am
@MAINT@	cd macros && $(MAKE) macros.dep