From f05515011feff2de19f6ee8950c97fe08d67b6d9 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Tue, 27 May 2003 23:34:28 +0000 Subject: make libs/cflags point to privlibdir/includedir, otherwise this just 2003-05-27 Not Zed * camel.pc.in: make libs/cflags point to privlibdir/includedir, otherwise this just doesn't work. svn path=/trunk/; revision=21339 --- ChangeLog | 5 +++++ camel.pc.in | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 22ba9d616c..9fa09b5b87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-05-27 Not Zed + + * camel.pc.in: make libs/cflags point to privlibdir/includedir, + otherwise this just doesn't work. + == Version 1.3.92 == 2003-05-22 Ettore Perazzoli diff --git a/camel.pc.in b/camel.pc.in index ebd0458a03..00ec9dafd3 100644 --- a/camel.pc.in +++ b/camel.pc.in @@ -4,10 +4,12 @@ libdir=@libdir@ includedir=@includedir@ camel_providerdir=@camel_providerdir@ +privlibdir=@privlibdir@ +privincludedir=@privincludedir@ Name: camel Description: the Evolution mail library Version: @VERSION@ Requires: gal-2.0 >= @GAL_REQUIRED@ -Libs: -L${libdir} -lcamel -Cflags: -I${includedir} +Libs: -L${privlibdir} -lcamel +Cflags: -I${privincludedir} -- cgit v1.2.3