From 4a2efa7acf9cc8bc996ab5980d297910c5083ae3 Mon Sep 17 00:00:00 2001 From: Stephen Swaney Date: Sat, 3 Apr 2004 15:10:17 +0000 Subject: add missing comma --- source/blender/python/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python/SConscript') diff --git a/source/blender/python/SConscript b/source/blender/python/SConscript index fdadd327631..e30b7746c4d 100644 --- a/source/blender/python/SConscript +++ b/source/blender/python/SConscript @@ -46,7 +46,7 @@ source_files = ['BPY_interface.c', 'api2_2x/rgbTuple.c', 'api2_2x/gen_utils.c', 'api2_2x/sceneRender.c', - 'api2_2x/EXPP_interface.c' + 'api2_2x/EXPP_interface.c', 'api2_2x/Noise.c'] python_env.Append (CPPPATH = ['api2_2x', -- cgit v1.2.3