Browse Source

[1691] fix backend_library_path var

Jelte Jansen 13 years ago
parent
commit
429c88cfe0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/datasrc_config.h.pre.in

+ 1 - 1
src/lib/datasrc/datasrc_config.h.pre.in

@@ -23,7 +23,7 @@ namespace datasrc {
 /// such as memory_ds.so and sqlite3_ds.so are found. It is used by the
 /// DataSourceClient loader if no absolute path is used and
 /// B10_FROM_BUILD is not set in the environment.
-const char* const BACKEND_LIBRARY_PATH = "@@PKGLIBEXECDIR@@/";
+const char* const BACKEND_LIBRARY_PATH = "@@PKGLIBDIR@@/";
 
 } // end namespace datasrc
 } // end namespace isc