1998-08-02 23:22:03 +00:00
|
|
|
if PROGRAM_GMENU
|
|
|
|
gmenu = gmenu
|
|
|
|
endif
|
|
|
|
|
1998-02-26 01:51:28 +00:00
|
|
|
SUBDIRS = intl po macros \
|
1998-03-18 07:33:16 +00:00
|
|
|
panel applets \
|
1998-08-05 23:34:23 +00:00
|
|
|
gsm pixmaps desktop-links desktop-properties help-browser \
|
1998-08-11 03:18:37 +00:00
|
|
|
gnome-terminal core-docs control-center $(gmenu)
|
1998-02-14 06:06:56 +00:00
|
|
|
|
1998-08-15 19:38:52 +00:00
|
|
|
EXTRA_DIST = gnome-core.spec
|
|
|
|
|
1998-02-14 06:06:56 +00:00
|
|
|
## 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
|
1998-02-14 08:44:23 +00:00
|
|
|
@MAINT@ cd macros && $(MAKE) macros.dep
|