Modify camelproviderdir to use API_VERSION. use VERSION instead of
authorHarish Krishnaswamy <kharish@novell.com>
Mon, 25 Apr 2005 15:05:55 +0000 (15:05 +0000)
committerHarish Krishnaswamy <kharish@src.gnome.org>
Mon, 25 Apr 2005 15:05:55 +0000 (15:05 +0000)
2005-04-25  Harish Krishnaswamy  <kharish@novell.com>

* configure.in: Modify camelproviderdir to use API_VERSION.
* evolution-data-server.pc.in: use VERSION instead of
* API_VERSION.

ChangeLog
configure.in
evolution-data-server.pc.in

index 274c94d..2df8d6f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-25  Harish Krishnaswamy  <kharish@novell.com>
+
+       * configure.in: Modify camelproviderdir to use API_VERSION.
+       * evolution-data-server.pc.in: use VERSION instead of API_VERSION.
+
 2005-04-20  Ross Burton  <ross@burtonini.com>
 
        * src/offline-listener.c:
index 24a1272..ce09070 100644 (file)
@@ -1130,7 +1130,7 @@ weatherdatadir="$privdatadir/weather"
 AC_SUBST(weatherdatadir)
 
 dnl separate camel from e-d-s?  or should it be under the same spot?  same for now.
-camel_providerdir="${privlibdir}/camel-providers"
+camel_providerdir='${libdir}'/evolution-data-server-$API_VERSION/camel-providers
 AC_SUBST(camel_providerdir)
 
 dnl ************************
index 7b8b353..bbb0177 100644 (file)
@@ -12,5 +12,5 @@ IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@
 
 Name: evolution-data-server
 Description: The evolution data server for the calendar and addressbook
-Version: @API_VERSION@
+Version: @VERSION@
 Requires: libgnome-2.0 libbonobo-2.0 >= @LIBBONOBO_REQUIRED@