add these variables so extension authors can find the place to install
authorChris Toshok <toshok@ximian.com>
Thu, 30 Sep 2004 16:53:54 +0000 (16:53 +0000)
committerChris Toshok <toshok@src.gnome.org>
Thu, 30 Sep 2004 16:53:54 +0000 (16:53 +0000)
2004-09-30  Chris Toshok  <toshok@ximian.com>

* evolution-data-server.pc.in (extensiondir,privlibdir): add these
variables so extension authors can find the place to install their
stuff.

ChangeLog
evolution-data-server.pc.in

index b81ad18..19426f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2004-09-30  Chris Toshok  <toshok@ximian.com>
 
+       * evolution-data-server.pc.in (extensiondir,privlibdir): add these
+       variables so extension authors can find the place to install their
+       stuff.
+
+2004-09-30  Chris Toshok  <toshok@ximian.com>
+
        * src/GNOME_Evolution_DataServer.server.in.in: add this
        (previously generated) file to the build.
 
index ca6ac02..7589b15 100644 (file)
@@ -2,6 +2,8 @@ prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
+privlibdir=@privlibdir@
+extensiondir=@extensiondir@
 
 idldir=@idldir@
 IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@