--- trunk/finley/py_src/SConscript 2005/12/14 02:21:37 352 +++ trunk/finley/py_src/SConscript 2005/12/19 06:11:32 384 @@ -16,7 +16,8 @@ finleypy_env.Append(BUILDERS = {'PyCompile' : py_builder}); python_src = ['__init__.py', - 'finley.py'] + 'finley.py', + 'finleybench.py'] pyc = finleypy_env.PyCompile(python_src)