Congestion for Sprint-POP scenario (half-working)
diff --git a/wscript b/wscript
index a65ff39..8c5b1bf 100644
--- a/wscript
+++ b/wscript
@@ -110,4 +110,7 @@
         obj = bld.create_ns3_program('ccnx-synthetic-topology', ['NDNabstraction'])
         obj.source = 'examples/synthetic-topology.cc'
 
+        obj = bld.create_ns3_program('congestion-pop', ['NDNabstraction'])
+        obj.source = 'examples/congestion-pop.cc'
+
     bld.ns3_python_bindings()