diff options
author | Raja R Harinath <harinath@src.gnome.org> | 1998-08-19 16:55:35 +0000 |
---|---|---|
committer | Raja R Harinath <harinath@src.gnome.org> | 1998-08-19 16:55:35 +0000 |
commit | 79450759f9bba3fd3a9f8876af8fc02c8e43e476 (patch) | |
tree | 3a9f52306e19d67be581c27fccca92cc911405a3 /Makefile.am | |
parent | 714c83872a38b8fd34e72e05cfadf829a7a22d1b (diff) | |
download | gnome-desktop-79450759f9bba3fd3a9f8876af8fc02c8e43e476.tar.gz |
Actually compile `control-center' if it is enabled.GNOME_0_28_MARTIN
* Makefile.am (SUBDIRS): Actually compile `control-center' if
it is enabled.
(always_built_SUBDIRS): Reinstate `smproxy'.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 65e944ed..4c6a4613 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,15 +7,15 @@ control_center = control-center endif always_built_SUBDIRS = panel applets \ - gsm pixmaps desktop-links desktop-properties help-browser \ + gsm smproxy pixmaps desktop-links desktop-properties help-browser \ gnome-terminal core-docs -sometimes_built_SUBDIRS = gmenu smproxy control-center +sometimes_built_SUBDIRS = gmenu control-center -SUBDIRS = intl po macros $(always_built_SUBDIRS) $(gmenu) +SUBDIRS = intl po macros $(always_built_SUBDIRS) $(gmenu) $(control_center) -DIST_SUBDIRS = intl po macros $(always_built_SUBDIRS) \ - $(sometimes_built_SUBDIRS) +#DIST_SUBDIRS = intl po macros $(always_built_SUBDIRS) \ +# $(sometimes_built_SUBDIRS) EXTRA_DIST = gnome-core.spec |