Temporary commit
diff --git a/wscript b/wscript
index a16b857..3264657 100644
--- a/wscript
+++ b/wscript
@@ -77,6 +77,9 @@
         obj = bld.create_ns3_program('annotated-topology', ['NDNabstraction', 'point-to-point-layout'])
         obj.source = 'examples/annotated-topology-read-example.cc'
 
+        obj = bld.create_ns3_program('interest-header-example', ['NDNabstraction'])
+        obj.source = 'examples/interest-header-example.cc'
+
     #     for path in ["examples"]:
     #         anode = bld.path.find_dir (path)
     #         if not anode or not anode.is_child_of(bld.srcnode):