From 3819051bf37fef04702c6dded63cea61f86bad4c Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 6 Feb 2003 17:04:33 +0000 Subject: Remove -L${libdir}. (CFlags): s/includedir/privincludedir/ * evolution-addressbook.pc.in (Libs): Remove -L${libdir}. (CFlags): s/includedir/privincludedir/ * evolution-calendar.pc.in: Likewise * evolution-shell.pc.in: Likewise. Also change iconsdir to imagesdir svn path=/trunk/; revision=19811 --- evolution-addressbook.pc.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'evolution-addressbook.pc.in') diff --git a/evolution-addressbook.pc.in b/evolution-addressbook.pc.in index dfdf85412b..ed8f9f09fd 100644 --- a/evolution-addressbook.pc.in +++ b/evolution-addressbook.pc.in @@ -7,10 +7,11 @@ idldir=@idldir@ IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@ privlibdir=@privlibdir@ +privincludedir=@privincludedir@ Name: evolution-addressbook Description: libraries needed for Evolution addressbook backends Version: @VERSION@ Requires: gconf-2.0 libbonobo-2.0 gal-2.0 >= @GAL_VERSION@ libgnome-2.0 camel = @VERSION@ -Libs: -L${libdir} -L${privlibdir} -lpas -lebook -lename -lversit -Cflags: -I${includedir}/evolution +Libs: -L${privlibdir} -lpas -lebook -lename -lversit +Cflags: -I${privincludedir} -- cgit v1.2.3