From c0a2787dc8f4859ff9601a8299ede60142a196b5 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Fri, 24 Mar 2006 00:42:29 +0000 Subject: [PATCH] remove old softwareupdate from configure and makefile - new softwareupdate could be called stable by now --- configure.ac | 1 - lib/python/Plugins/SystemPlugins/Makefile.am | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 34771a9c..d9c4095f 100644 --- a/configure.ac +++ b/configure.ac @@ -63,7 +63,6 @@ lib/python/Screens/Makefile lib/python/Plugins/Makefile lib/python/Plugins/SystemPlugins/Makefile lib/python/Plugins/SystemPlugins/SoftwareUpdate/Makefile -lib/python/Plugins/SystemPlugins/OldSoftwareUpdate/Makefile lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/Makefile lib/python/Plugins/SystemPlugins/PositionerSetup/Makefile lib/python/Plugins/SystemPlugins/ConfigurationBackup/Makefile diff --git a/lib/python/Plugins/SystemPlugins/Makefile.am b/lib/python/Plugins/SystemPlugins/Makefile.am index 6c48672f..34d9d304 100644 --- a/lib/python/Plugins/SystemPlugins/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/Makefile.am @@ -1,2 +1,2 @@ -SUBDIRS = SoftwareUpdate FrontprocessorUpgrade OldSoftwareUpdate PositionerSetup ConfigurationBackup +SUBDIRS = SoftwareUpdate FrontprocessorUpgrade PositionerSetup ConfigurationBackup -- 2.30.2