diff -r a23b5089b9c3 -r 7006036eb0db src/SConscript --- a/src/SConscript Tue Apr 08 01:05:12 2008 +0200 +++ b/src/SConscript Wed Apr 09 00:29:11 2008 +0200 @@ -22,4 +22,6 @@ SHLIBPREFIX = '', CCFLAGS = '$CCFLAGS -Wno-write-strings') -Return('objs pymodule') +lib = env.StaticLibrary('pyrit', objs) + +Return('lib pymodule')