--- projects/cms/source/server/uk/org/iscream/cms/server/core/Makefile 2000/11/23 01:52:03 1.10 +++ projects/cms/source/server/uk/org/iscream/cms/server/core/Makefile 2000/11/27 22:07:19 1.11 @@ -1,5 +1,5 @@ # Makefile for CORE -# $Id: Makefile,v 1.10 2000/11/23 01:52:03 tdb Exp $ +# $Id: Makefile,v 1.11 2000/11/27 22:07:19 tdb Exp $ # For help type: make help @@ -9,7 +9,7 @@ CORE = Core.class ConfigurationManagerServant.class ConfigurationServant.class\ LoggerServant.class LoggerImpl.class ScreenLogger.class\ FileLogger.class MultiLogger.class SimpleGUILogger.class\ - CircularIncludeException.class + SimpleSwingLogger.class CircularIncludeException.class SAMPLE = SampleConfigObtainer.class