examples: Modifying examples to work with the new codebase
diff --git a/wscript b/wscript
index 0c97fc7..d21b913 100644
--- a/wscript
+++ b/wscript
@@ -89,8 +89,8 @@
     module.full_headers = [p.path_from(bld.path) for p in bld.path.ant_glob(
         ['%s/**/*.hpp' % dir for dir in module_dirs])]
 
-    # if bld.env.ENABLE_EXAMPLES:
-    #     bld.recurse('examples')
+    if bld.env.ENABLE_EXAMPLES:
+        bld.recurse('examples')
 
     bld.ns3_python_bindings()