major rationalization of use of search paths. ardour now has just 4 functions used...
[ardour.git] / libs / ardour / panner_search_path.cc
index 257f9d0c7889501a64796a68b93f254e40bed808..debc19c7574a289bcb5b8bb1ce5f31f575ac2676 100644 (file)
@@ -36,7 +36,7 @@ panner_search_path ()
 {
        SearchPath spath (user_config_directory ());
 
-       spath += ardour_module_directory ();
+       spath += ardour_dll_directory ();
        spath.add_subdirectory_to_paths(panner_dir_name);
 
        bool panner_path_defined = false;