summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2001-11-01 01:24:25 +0000
committerDarin Adler <darin@src.gnome.org>2001-11-01 01:24:25 +0000
commit097991a9d017975f4a02871e419d97ed700eafd6 (patch)
treef08d2c9748e58bfc68e855b1069e4ad26ecd3752 /configure.in
parent2d5e846c73050bc36a2d04ef8c3f9339029071cb (diff)
downloadnautilus-097991a9d017975f4a02871e419d97ed700eafd6.tar.gz
Removed nautilus-config and nautilusConf.sh stuff. Get rid of applets,
* configure.in: * Makefile.am: Removed nautilus-config and nautilusConf.sh stuff. Get rid of applets, helper-scripts, and helper-utilities. Compile user-guide, help, and omf-install. * applets/ * helper-scripts/ * helper-utilities/ Removed. * src/Nautilus_shell.oaf.in: Renamed to .server.in. * src/.cvsignore: Ignore the new .server. * src/nautilus-view-frame.c: Add missing include. * src/nautilus-window.c: (nautilus_window_allow_stop): Put code in #if GNOME2_CONVERSION_COMPLETE.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.in b/configure.in
index 9aff495e3..6c901ae98 100644
--- a/configure.in
+++ b/configure.in
@@ -587,9 +587,6 @@ dnl ==========================================================================
AC_OUTPUT([
Makefile
-applets/Makefile
-applets/launcher/Makefile
-applets/preferences-applet/Makefile
components/Makefile
components/adapter/Makefile
components/hardware/Makefile
@@ -642,10 +639,6 @@ help/nautilus-user-manual/C/Makefile
help/nautilus-user-manual/Makefile
help/nautilus-user-manual/es/Makefile
help/nautilus-user-manual/ko/Makefile
-helper-scripts/Makefile
-helper-utilities/Makefile
-helper-utilities/error-dialog/Makefile
-helper-utilities/xml-migrate/Makefile
icons/Makefile
icons/crux_eggplant/Makefile
icons/crux_eggplant/backgrounds/Makefile
@@ -719,6 +712,5 @@ esac
dnl <= Snapshot things =>
echo "NAUTILUS_SOURCE_DIRECTORY : $NAUTILUS_SOURCE_DIRECTORY"
-echo "HAVE_APPLETS : $HAVE_APPLETS"
dnl <= End of configuration summary =>