example support. change to master branch
diff --git a/examples/wscript b/examples/wscript
index 13667ca..c00bad6 100644
--- a/examples/wscript
+++ b/examples/wscript
@@ -7,6 +7,10 @@
     obj = bld.create_ns3_program('ndn-grid', ['ndnSIM', 'point-to-point-layout'])
     obj.source = 'ndn-grid.cc'
     
+    obj = bld.create_ns3_program('zipf-mandelbrot', ['ndnSIM', 'point-to-point-layout'])
+    obj.source = 'zipf-mandelbrot.cc'
+    
+
     obj = bld.create_ns3_program('ndn-simple-with-content-freshness', ['ndnSIM'])
     obj.source = ['ndn-simple-with-content-freshness.cc',
                   'custom-apps/dumb-requester.cc']