Attempt to work out the correct library locations more generally.

This commit is contained in:
alexhudson
2009-09-09 09:27:47 +00:00
parent 1819bc99e9
commit 22f7058bfa
4 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -274,7 +274,7 @@ MsgGetDir(MsgApiDirectory directory, char *buffer, size_t buffer_size)
path = XPL_DEFAULT_DBF_DIR;
break;
case MSGAPI_DIR_LIB:
path = XPL_DEFAULT_LIB_DIR;
path = LIBDIR;
break;
case MSGAPI_DIR_MAIL:
path = XPL_DEFAULT_MAIL_DIR;