make libs/cflags point to privlibdir/includedir, otherwise this just

2003-05-27  Not Zed  <NotZed@Ximian.com>

        * camel.pc.in: make libs/cflags point to privlibdir/includedir,
        otherwise this just doesn't work.

svn path=/trunk/; revision=21339
This commit is contained in:
Not Zed
2003-05-27 23:34:28 +00:00
committed by Michael Zucci
parent cb23bad7d9
commit f05515011f
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2003-05-27 Not Zed <NotZed@Ximian.com>
* 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 <ettore@ximian.com>

View File

@ -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}