Initial code for evaluation
diff --git a/ns3/sync-ccnx-wrapper.h b/ns3/sync-ccnx-wrapper.h
index 5776c1a..c9ffe27 100644
--- a/ns3/sync-ccnx-wrapper.h
+++ b/ns3/sync-ccnx-wrapper.h
@@ -32,7 +32,7 @@
 #include <ns3/random-variable.h>
 #include <ns3/ccnx-app.h>
 #include <ns3/ccnx-name-components.h>
-#include <ns3/hash-helper.h>
+#include <ns3/ccnx-name-components-hash-helper.h>
 
 #include <boost/multi_index_container.hpp>
 #include <boost/multi_index/hashed_index.hpp>
diff --git a/wscript b/wscript
index aa7c28c..327815b 100644
--- a/wscript
+++ b/wscript
@@ -99,6 +99,16 @@
             use = 'sync-ns3',
             includes = ['model', 'ns3', 'helper'],
             )
+
+        sync_eval = bld.program (
+            target = "sync-eval",
+            features=['cxx', 'cxxprogram'],
+            source = ['evaluation/sync-eval.cc',
+                      'evaluation/standard-muc.cc',
+                      ],
+            use = 'sync-ns3',
+            includes = ['model', 'ns3', 'helper'],
+            )
         # from waflib import Utils,Logs,Errors
         # Logs.pprint ('CYAN', program.use)