SConstruct
changeset 706 8b0bf4623c9d
parent 704 31df575a9360
child 707 c3b176977801
--- a/SConstruct	Fri May 25 09:44:57 2007 +0200
+++ b/SConstruct	Fri May 25 10:02:50 2007 +0200
@@ -45,7 +45,6 @@
     'command-line.cc',
     'type-name.cc',
     'component-manager.cc',
-    'interface-object.cc',
     ])
 env = Environment()
 if env['PLATFORM'] == 'posix' or env['PLATFORM'] == 'darwin' or env['PLATFORM'] == 'cygwin':
@@ -77,7 +76,6 @@
     'command-line.h',
     'type-name.h',
     'component-manager.h',
-    'interface-object.h',
     ])
 
 def config_core (env, config):