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:
parent
0e514c8f77
commit
3d34adddd4
2 changed files with 9 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
||||||
1998-08-19 Martin Baulig <martin@home-of-linux.org>
|
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),
|
* Makefile.am: Using $(always_built_SUBDIRS),
|
||||||
$(sometimes_built_SUBDIRS) and correct $(DIST_SUBDIRS).
|
$(sometimes_built_SUBDIRS) and correct $(DIST_SUBDIRS).
|
||||||
|
|
||||||
|
|
|
@ -2,11 +2,15 @@ if PROGRAM_GMENU
|
||||||
gmenu = gmenu
|
gmenu = gmenu
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if ORBIT_INSTALLED
|
||||||
|
control_center = control-center
|
||||||
|
endif
|
||||||
|
|
||||||
always_built_SUBDIRS = panel applets \
|
always_built_SUBDIRS = panel applets \
|
||||||
gsm pixmaps desktop-links desktop-properties help-browser \
|
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)
|
SUBDIRS = intl po macros $(always_built_SUBDIRS) $(gmenu)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue