Add tons of new loggings
diff --git a/wscript b/wscript
index b7d5d1a..17e1e07 100644
--- a/wscript
+++ b/wscript
@@ -73,7 +73,7 @@
         features = ["cxx"],
         source = bld.path.ant_glob(['scheduler/**/*.cc']),
         use = 'BOOST BOOST_THREAD LIBEVENT LIBEVENT_PTHREADS LOG4CXX',
-        includes = "scheduler",
+        includes = "scheduler src",
         )
 
     libccnx = bld (