
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
16 lines
343 B
PkgConfig
16 lines
343 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
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${privlibdir} -lcamel
|
|
Cflags: -I${privincludedir}
|