1998-12-02 Martin Baulig <martin@home-of-linux.org> * Makefile.am (always_built_SUBDIRS): Removed `desktop-properties' - we have capplets for all of them now.
24 lines
700 B
Makefile
24 lines
700 B
Makefile
control_center = control-center
|
|
capplets = capplets
|
|
panel = panel
|
|
applets = applets
|
|
idl = idl
|
|
|
|
always_built_SUBDIRS = \
|
|
gsm smproxy pixmaps desktop-links help-browser \
|
|
gnome-terminal core-docs gmenu
|
|
|
|
sometimes_built_SUBDIRS = panel applets control-center capplets idl
|
|
|
|
SUBDIRS = intl po macros \
|
|
$(always_built_SUBDIRS) $(panel) $(applets) $(control_center) $(capplets) $(idl)
|
|
|
|
#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
|