Actually compile `control-center' if it is enabled.
* Makefile.am (SUBDIRS): Actually compile `control-center' if it is enabled. (always_built_SUBDIRS): Reinstate `smproxy'.
This commit is contained in:
parent
2f9e694af8
commit
7bbd01adad
2 changed files with 11 additions and 5 deletions
|
@ -1,3 +1,9 @@
|
|||
1998-08-19 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
* Makefile.am (SUBDIRS): Actually compile `control-center' if
|
||||
it is enabled.
|
||||
(always_built_SUBDIRS): Reinstate `smproxy'.
|
||||
|
||||
1998-08-19 Martin Baulig <martin@home-of-linux.org>
|
||||
|
||||
* Makefile.am: Conditionally compiling `control-center' if
|
||||
|
|
10
Makefile.am
10
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue