summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: e0318a636571701f6fcbf2b8902fae38df47b328 (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
SUBDIRS = \
	 intl \
	 po \
	 macros \
	 gsm \
	 smproxy \
	 pixmaps \
	 desktop-links \
	 help-browser \
	 gnome-terminal \
	 gmenu \
	 gnome-edit \
	 gnome-hint \
	 gnome-about \
	 core-docs \
	 panel \
	 applets \
	 omf-install \
	 idl

EXTRA_DIST = \
	gnome-core.spec.in	\
	gnome-core.spec		\
	COPYING-DOCS		\
	sgmldocs.make		\
	xml-i18n-extract.in	\
	xml-i18n-merge.in	\
	xml-i18n-update.in

## 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