gnome-control-center/Makefile.am
Andrew T. Veliath 9c1c167ce5 Remove HAVE_ORBIT, HAVE_MICO_ORB_RUN. HAVE_ORBIT is now implicit.
1998-11-12  Andrew T. Veliath  <andrewv@usa.net>

	* acconfig.h: Remove HAVE_ORBIT, HAVE_MICO_ORB_RUN.  HAVE_ORBIT is
	now implicit.

	* Makefile.am: Remove ORBIT_INSTALLED AM_CONDITIONAL.

	* configure.in: The ORBit AM_CONDITIONAL is now in
	gnome-orbit-check.m4 as HAVE_ORBIT.
1998-11-13 04:22:02 +00:00

24 lines
719 B
Makefile

control_center = control-center
capplets = capplets
panel = panel
applets = applets
idl = idl
always_built_SUBDIRS = \
gsm smproxy pixmaps desktop-links desktop-properties 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