aboutsummaryrefslogtreecommitdiffstats
path: root/evolution-calendar.pc.in
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-01-06 22:16:59 +0800
committerDan Winship <danw@src.gnome.org>2003-01-06 22:16:59 +0800
commitcd6da3a0c9804ca8c75b69d47e16ca67847c0b1f (patch)
treefe838d4a92498422c881eee50260dc266d836c3e /evolution-calendar.pc.in
parentb993405d21997f28daa51eafb771f3185e1642bd (diff)
downloadgsoc2013-evolution-cd6da3a0c9804ca8c75b69d47e16ca67847c0b1f.tar
gsoc2013-evolution-cd6da3a0c9804ca8c75b69d47e16ca67847c0b1f.tar.gz
gsoc2013-evolution-cd6da3a0c9804ca8c75b69d47e16ca67847c0b1f.tar.bz2
gsoc2013-evolution-cd6da3a0c9804ca8c75b69d47e16ca67847c0b1f.tar.lz
gsoc2013-evolution-cd6da3a0c9804ca8c75b69d47e16ca67847c0b1f.tar.xz
gsoc2013-evolution-cd6da3a0c9804ca8c75b69d47e16ca67847c0b1f.tar.zst
gsoc2013-evolution-cd6da3a0c9804ca8c75b69d47e16ca67847c0b1f.zip
Use "Evolution", not "evolution", since that becomes the value of the
* configure.in (AC_INIT): Use "Evolution", not "evolution", since that becomes the value of the PACKAGE variable (privlibdir): parse $VERSION by hand since. EVOLUTION_MAJOR_VERSION, etc aren't defined any more (and trying to pass a variable to AC_INIT won't work). This and the above change fix the problem that privlibdir was being defined as "${libdir}/Evolution/." instead of "${libdir}/evolution/1.3" (GAL_VERSION): AC_SUBST this since it's needed in the .pc files (idldir): define this here rather than in each Makefile.am that needs it. (AC_OUTPUT): Add .pc files * Makefile.am (pkgconfig_DATA): Add pc files. (confexec_DATA): Remove this (fooConf.sh files) (SUBDIRS): Move filter earlier in the build. (I think it was calendar that depends on it now?) (%Conf.sh): Remove this. The .pc files are output by configure.in now. * camel.pc.in, evolution-addressbook.pc.in, evolution-calendar.pc.in, evolution-shell.pc.in: Replace the *Conf.sh files with these. In addition to the basic variables, include camel_providerdir (in camel.pc) and idldir, IDL_INCLUDES and privlibdir (in the others). svn path=/trunk/; revision=19241
Diffstat (limited to 'evolution-calendar.pc.in')
-rw-r--r--evolution-calendar.pc.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/evolution-calendar.pc.in b/evolution-calendar.pc.in
new file mode 100644
index 0000000000..d4478294a4
--- /dev/null
+++ b/evolution-calendar.pc.in
@@ -0,0 +1,16 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+idldir=@idldir@
+IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@
+
+privlibdir=@privlibdir@
+
+Name: evolution-calendar
+Description: libraries needed for Evolution calendar backends
+Version: @VERSION@
+Requires: libgnome-2.0 libbonobo-2.0 gal-2.0 >= @GAL_VERSION@ gnome-vfs-2.0
+Libs: -L${libdir} -L${privlibdir} -lpcs -lcal-util -lcal-client -lical-evolution -lwombat -leutil
+Cflags: -I${includedir}/evolution