SConstruct
changeset 379 ae74e8a7bb44
parent 378 32bd402ea5ea
child 381 83b52d112c99
--- a/SConstruct	Tue Mar 27 13:04:11 2007 -0700
+++ b/SConstruct	Tue Mar 27 15:41:08 2007 -0700
@@ -21,6 +21,7 @@
     'debug.cc',
     'assert.cc',
     'ptr.cc',
+    'object.cc',
     'test.cc',
     'random-variable.cc',
     'rng-stream.cc',
@@ -44,6 +45,7 @@
     'reference-list.h',
     'callback.h',
     'ptr.h',
+    'object.h',
     'debug.h',
     'assert.h',
     'fatal-error.h',
@@ -66,8 +68,6 @@
     return retval
 core.add_config (config_core)
 
-
-
 #
 # The Simu module
 #