tools: add nfd-status-http-server.py as standalone http server
Change-Id: Ibb4a272d716b7f4c80b0e81be1fb86c3c5a13529
refs: #1181
diff --git a/wscript b/wscript
index 348c2d4..930317b 100644
--- a/wscript
+++ b/wscript
@@ -122,6 +122,12 @@
target='nfd.conf.sample',
install_path="${SYSCONFDIR}/ndn")
+ bld(features='subst',
+ source='tools/nfd-status-http-server.py',
+ target='nfd-status-http-server',
+ install_path="${BINDIR}",
+ chmod=0755)
+
def doxygen(bld):
if not bld.env.DOXYGEN:
bld.fatal("ERROR: cannot build documentation (`doxygen' is not found in $PATH)")