action-log: Switch code to use ndn-cxx

This commit also moves code to ndn::chronoshare namespace

Change-Id: I3431833f1037eec9100515c405528cd4674be158
diff --git a/wscript b/wscript
index 2148c4a..98ad56d 100644
--- a/wscript
+++ b/wscript
@@ -105,6 +105,8 @@
         source=bld.path.ant_glob(['src/*.proto',
                                   'src/db-helper.cpp',
                                   'src/sync-*.cpp',
+                                  'src/file-state.cpp',
+                                  'src/action-log.cpp',
                                   ]),
         use='core-objects adhoc BOOST NDN_CXX TINYXML SQLITE3',
         includes="src",