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-shell.pc.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'evolution-shell.pc.in') diff --git a/evolution-shell.pc.in b/evolution-shell.pc.in index 72909b41bb..db3a13fa51 100644 --- a/evolution-shell.pc.in +++ b/evolution-shell.pc.in @@ -6,10 +6,11 @@ includedir=@includedir@ privlibdir=@privlibdir@ privlibexecdir=@privlibexecdir@ +privincludedir=@privincludedir@ idldir=@idldir@ componentdir=@componentdir@ evolutionuidir=@evolutionuidir@ -iconsdir=@iconsdir@ +imagesdir=@imagesdir@ IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@ @@ -17,5 +18,5 @@ Name: evolution-shell Description: libraries needed for Evolution shell components Version: @VERSION@ Requires: libgnome-2.0 libgnomeui-2.0 libbonoboui-2.0 gal-2.0 >= @GAL_VERSION@ -Libs: -L${libdir} -leshell -Cflags: -I${includedir}/evolution +Libs: -L${privlibdir} -leshell +Cflags: -I${privincludedir} -- cgit