Keep this in Evolution's private library directory until the APIs are fully documented and we begin using libtool versioning on the library.
17 lines
364 B
PkgConfig
17 lines
364 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
datarootdir=@datarootdir@
|
|
datadir=@datadir@
|
|
|
|
privlibdir=@privsolibdir@
|
|
privincludedir=@privincludedir@
|
|
|
|
Name: libemail-engine
|
|
Description: Client library for evolution mail
|
|
Version: @VERSION@
|
|
Requires: libemail-utils
|
|
Libs: -L${privlibdir} -lemail-engine
|
|
Cflags: -I${privincludedir}
|