--- 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')