fs-watcher: Switch code to use ndn-cxx
Implementation moved to ndn::chronoshare namespace
Change-Id: I78a7f08dc2aafe7a2d578f78d99c72db7ea414b6
diff --git a/wscript b/wscript
index 12c7f3d..34df183 100644
--- a/wscript
+++ b/wscript
@@ -118,16 +118,16 @@
)
Logs.error("Most of Chronoshare source compilation is temporary disabled")
- # fs_watcher = bld(
- # features=['qt5', 'cxx'],
- # target='fs-watcher',
- # defines='WAF',
- # source=bld.path.ant_glob('fs-watcher/*.cpp'),
- # use='chronoshare QT5CORE',
- # includes='fs-watcher',
- # export_includes='fs-watcher',
- # )
- Logs.error("fs-watcher compilation is temporary disabled")
+ fs_watcher = bld(
+ features=['qt5', 'cxx'],
+ target='fs-watcher',
+ defines='WAF',
+ moc = "fs-watcher/fs-watcher.hpp",
+ source=bld.path.ant_glob('fs-watcher/*.cpp'),
+ use='chronoshare QT5CORE',
+ includes='fs-watcher',
+ export_includes='fs-watcher',
+ )
http_server = bld(
target = "http_server",