diff options
author | Not Zed <NotZed@Ximian.com> | 2003-05-28 07:34:28 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-05-28 07:34:28 +0800 |
commit | f05515011feff2de19f6ee8950c97fe08d67b6d9 (patch) | |
tree | c1348d0ab21bb3727ab28839218ffc70802a47ba /camel.pc.in | |
parent | cb23bad7d95cb9349498b2a48940d737c23e88f7 (diff) | |
download | gsoc2013-evolution-f05515011feff2de19f6ee8950c97fe08d67b6d9.tar.gz gsoc2013-evolution-f05515011feff2de19f6ee8950c97fe08d67b6d9.tar.zst gsoc2013-evolution-f05515011feff2de19f6ee8950c97fe08d67b6d9.zip |
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
Diffstat (limited to 'camel.pc.in')
-rw-r--r-- | camel.pc.in | 6 |
1 files changed, 4 insertions, 2 deletions
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} |