daemon: mock program integration

Change-Id: I77940c7efb7a52251a8f25f6104717ba5253dc1c
refs #1140, #1139
diff --git a/wscript b/wscript
index ef6b92f..1809abe 100644
--- a/wscript
+++ b/wscript
@@ -55,7 +55,7 @@
 
     conf.write_config_header('daemon/config.hpp')
 
-def build (bld):
+def build(bld):
     bld(target = "nfd-objects",
         features = "cxx",
         source = bld.path.ant_glob(['daemon/**/*.cpp'], excl=['daemon/main.cpp']),
@@ -67,6 +67,7 @@
         features = "cxx cxxprogram",
         source = 'daemon/main.cpp',
         use = 'nfd-objects',
+        includes = [".", "daemon"],
         )        
     
     # Unit tests