GUI counterpart to create/disable AdHoc connection

+ a small trick with powering WiFi to reconnect to a default WiFi after
Adhoc is no longer in use

+ extending author names

Change-Id: I972f0a54e4ccbb5c9c2582763a0f5a72a8b25407
diff --git a/wscript b/wscript
index 8a0bede..f2d7b1d 100644
--- a/wscript
+++ b/wscript
@@ -142,7 +142,7 @@
         features = "qt4 cxx cxxprogram",
         defines = "WAF",
         source = bld.path.ant_glob(['gui/*.cpp', 'gui/*.cc', 'gui/*.qrc']),
-        includes = "ccnx scheduler executor fs-watcher gui src . ",
+        includes = "ccnx scheduler executor fs-watcher gui src adhoc . ",
         use = "BOOST BOOST_FILESYSTEM SQLITE3 QTCORE QTGUI LOG4CXX fs_watcher ccnx database chronoshare"
         )