Conditionally compiling `control-center' if we have ORBit.

1998-08-19  Martin Baulig  <martin@home-of-linux.org>

	* Makefile.am: Conditionally compiling `control-center' if
	we have ORBit.
This commit is contained in:
Martin Baulig 1998-08-19 12:38:23 +00:00 committed by Martin Baulig
parent 0e514c8f77
commit 3d34adddd4
2 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,8 @@
1998-08-19 Martin Baulig <martin@home-of-linux.org>
* Makefile.am: Conditionally compiling `control-center' if
we have ORBit.
* Makefile.am: Using $(always_built_SUBDIRS),
$(sometimes_built_SUBDIRS) and correct $(DIST_SUBDIRS).

View file

@ -2,11 +2,15 @@ if PROGRAM_GMENU
gmenu = gmenu
endif
if ORBIT_INSTALLED
control_center = control-center
endif
always_built_SUBDIRS = panel applets \
gsm pixmaps desktop-links desktop-properties help-browser \
gnome-terminal core-docs control-center
gnome-terminal core-docs
sometimes_built_SUBDIRS = gmenu smproxy
sometimes_built_SUBDIRS = gmenu smproxy control_center
SUBDIRS = intl po macros $(always_built_SUBDIRS) $(gmenu)