diff options
author | Andrew T. Veliath <andrewv@usa.net> | 1998-11-13 04:22:02 +0000 |
---|---|---|
committer | Andrew T. Veliath <andrewtv@src.gnome.org> | 1998-11-13 04:22:02 +0000 |
commit | 9c1c167ce5af95df522f0ded893feddf288d29dd (patch) | |
tree | 2b0a3c2e11c195ce4a53d3425cb517259198d0b2 /Makefile.am | |
parent | e50f5e9dafab49cf2e91669d6ea7090f6019b0e7 (diff) | |
download | gnome-control-center-9c1c167ce5af95df522f0ded893feddf288d29dd.tar.gz |
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 6e8ca6f5b..81afaac6b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,8 @@ -if ORBIT_INSTALLED control_center = control-center capplets = capplets panel = panel applets = applets idl = idl -endif always_built_SUBDIRS = \ gsm smproxy pixmaps desktop-links desktop-properties help-browser \ |