From: Eduardo Davila Date: Tue, 2 Nov 2010 10:15:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: Creatools2-0-3.bbtk0-9-5.17Feb2011~14 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=1f618dcff23eeff52dbe5a6edfcd52f5a90222b8;p=bbtk.git *** empty log message *** --- diff --git a/kernel/src/bbtkConfigurationFile.cxx b/kernel/src/bbtkConfigurationFile.cxx index 0fe4983..5731b70 100644 --- a/kernel/src/bbtkConfigurationFile.cxx +++ b/kernel/src/bbtkConfigurationFile.cxx @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbtkConfigurationFile.cxx,v $ Language: C++ - Date: $Date: 2010/10/18 08:33:57 $ - Version: $Revision: 1.33 $ + Date: $Date: 2010/11/02 10:15:43 $ + Version: $Revision: 1.34 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -155,8 +155,8 @@ namespace bbtk mPackage_paths.push_back(mBin_path); // add system lib path (for install tree) //EED mPackage_paths.push_back(mInstall_path + mFile_separator + "lib"); - mPackage_paths.push_back(mInstall_path + "/lib"); - mPackage_paths.push_back(mInstall_path + "/lib64"); + mPackage_paths.push_back(mInstall_path + "/lib/creatools"); + mPackage_paths.push_back(mInstall_path + "/lib64/creatools"); #ifdef WIN32 // add bin/Debug bin/Release paths (for build/install tree) //EED mPackage_paths.push_back(mBin_path + mFile_separator + "Debug");