src/SConscript
branchpyrit
changeset 78 9569e9f35374
parent 65 242839c6d27d
child 79 062b1c4143f7
--- a/src/SConscript	Tue Apr 22 13:33:12 2008 +0200
+++ b/src/SConscript	Wed Apr 23 10:38:33 2008 +0200
@@ -16,8 +16,9 @@
 	pyenv.ParseConfig('python-config --includes --libs')
 
 sources = [
-	'raytracer.cc', 'scene.cc', 'sampler.cc',
-	'container.cc', 'kdtree.cc', 'octree.cc', 'noise.cc']
+	'raytracer.cc', 'scene.cc', 'shapes.cc', 'sampler.cc',
+	'container.cc', 'kdtree.cc', 'octree.cc', 'noise.cc',
+	'serialize.cc']
 
 objs = []
 shared_objs = []