branch | pyrit |
changeset 79 | 062b1c4143f7 |
parent 78 | 9569e9f35374 |
child 88 | f7edb3b90816 |
--- a/src/SConscript Wed Apr 23 10:38:33 2008 +0200 +++ b/src/SConscript Wed Apr 23 14:39:33 2008 +0200 @@ -17,7 +17,7 @@ sources = [ 'raytracer.cc', 'scene.cc', 'shapes.cc', 'sampler.cc', - 'container.cc', 'kdtree.cc', 'octree.cc', 'noise.cc', + 'container.cc', 'kdtree.cc', 'octree.cc', 'material.cc', 'serialize.cc'] objs = []