Remove configuration of servers.
[dcpomatic.git] / src / wx / wscript
index 8f35e2facea49aa784b761ef4dbb3cc341f3b537..85bb697ab915a3e67a9894477a6ade5a98235421 100644 (file)
@@ -30,7 +30,7 @@ sources = """
           properties_dialog.cc
           repeat_dialog.cc
           screen_dialog.cc
-          server_dialog.cc
+          servers_list_dialog.cc
           subtitle_panel.cc
           timecode.cc
           timeline.cc
@@ -69,7 +69,6 @@ def build(bld):
         obj = bld(features = 'cxx cxxshlib')
 
     obj.name   = 'libdcpomatic-wx'
-#    obj.includes = [ '..' ]
     obj.export_includes = ['..']
     obj.uselib = 'WXWIDGETS'
     if bld.env.TARGET_LINUX: