1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
diff --git a/configure b/configure
index a1cd865..ac10dc5 100755
--- a/configure
+++ b/configure
@@ -18943,7 +18943,7 @@ if test "x$use_gweather" = "xyes"; then
fi
-camel_providerdir='${libdir}'/evolution-data-server-$API_VERSION/camel-providers
+camel_providerdir='${libdir}'/evolution-data-server-$API_VERSION/camel-providers-`expr ${LIBCAMEL_CURRENT} - ${LIBCAMEL_AGE}
INTERFACE_VERSION="$BASE_VERSION"
diff --git a/configure.ac b/configure.ac
index 9c3a099..c69e488 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1390,7 +1390,7 @@ if test "x$use_gweather" = "xyes"; then
fi
dnl separate camel from e-d-s? or should it be under the same spot? same for now.
-camel_providerdir='${libdir}'/evolution-data-server-$API_VERSION/camel-providers
+camel_providerdir='${libdir}'/evolution-data-server-$API_VERSION/camel-providers-`expr ${LIBCAMEL_CURRENT} - ${LIBCAMEL_AGE}`
AC_SUBST(camel_providerdir)
dnl ******************************
|