Move PBD::sys::copy_file/s into pbd/file_utils.h and PBD:: namespace
[ardour.git] / libs / pbd / wscript
index 8e3b435d7d39999e8547441fbca974887955cd89..da0f9c0dd104f8068dae62c57217eca88a90e778 100644 (file)
@@ -79,7 +79,6 @@ def build(bld):
             epa.cc
             error.cc
             filesystem.cc
-            filesystem_paths.cc
             file_manager.cc
             file_utils.cc
             fpu.cc
@@ -140,6 +139,7 @@ def build(bld):
                 test/scalar_properties.cc
                 test/signals_test.cc
                 test/convert_test.cc
+                test/filesystem_test.cc
         '''.split()
         testobj.target       = 'run-tests'
         testobj.includes     = obj.includes + ['test', '../pbd']