diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-09-07 15:41:03 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-09-07 15:41:03 +0000 |
commit | dfbd7eb3734936109769349ebd908258725c505f (patch) | |
tree | d738b05af515c670d91ccad02df1398edc26bf58 /connectivity | |
parent | 6c5dda48e93a79cead72067d7778e95807ae0e6b (diff) |
INTEGRATION: CWS cmcfixes26 (1.4.96); FILE MERGED
2006/08/11 11:58:56 cmc 1.4.96.1: #i68383# evolution-data-server >= 1.7.91 bumped libebook lib version
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/evoab2/EApi.cxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/connectivity/source/drivers/evoab2/EApi.cxx b/connectivity/source/drivers/evoab2/EApi.cxx index 6170e51dc64e..29716c15dc87 100644 --- a/connectivity/source/drivers/evoab2/EApi.cxx +++ b/connectivity/source/drivers/evoab2/EApi.cxx @@ -4,9 +4,9 @@ * * $RCSfile: EApi.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: kz $ $Date: 2006-02-28 10:32:00 $ + * last change: $Author: vg $ $Date: 2006-09-07 16:41:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -41,9 +41,10 @@ #include "EApi.h" #endif static char *eBookLibNames[] = { - "libebook.so.8", // evolution-2.0 + "libebook-1.2.so.9", // evolution-2.8 + "libebook-1.2.so.5", // evolution-2.4 and 2.6+ "libebook-1.2.so.3", // evolution-2.2 - "libebook-1.2.so.5" // evolution-2.4 and 2.6+ + "libebook.so.8" // evolution-2.0 }; typedef void (*SymbolFunc) (void); |