Initial commit
diff --git a/examples/wscript b/examples/wscript
new file mode 100644
index 0000000..3b46e2d
--- /dev/null
+++ b/examples/wscript
@@ -0,0 +1,6 @@
+# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
+
+def build(bld):
+    obj = bld.create_ns3_program('sync-example', ['sync'])
+    obj.source = 'sync-example.cc'
+