server: Use std::shared_ptr
diff --git a/wscript b/wscript
index 4049598..e0f5c04 100644
--- a/wscript
+++ b/wscript
@@ -122,14 +122,13 @@
     #     )
     Logs.error("fs-watcher compilation is temporary disabled")
 
-    # http_server = bld(
-    #       target = "http_server",
-    #       features = "qt5 cxx",
-    #       source = bld.path.ant_glob(['server/*.cpp']),
-    #       includes = "server src .",
-    #       use = 'BOOST QT5CORE',
-    #       )
-    Logs.error("http_server compilation is temporary disabled")
+    http_server = bld(
+          target = "http_server",
+          features = "qt5 cxx",
+          source = bld.path.ant_glob(['server/*.cpp']),
+          includes = "server src .",
+          use = 'BOOST QT5CORE',
+          )
 
 #     qt = bld(
 #         target = "ChronoShare",