Files
evolution/evolution-shell.pc.in
Milan Crha a6e34f0bb7 Move authentication of backends back to the client
Since this change the client is responsible to provide credentials
to use to authenticate backends (through ESource-s, to be more precise),
unless the credentials are already saved.
2015-02-02 14:50:27 +01:00

25 lines
685 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
libexecdir=@libexecdir@
includedir=@includedir@
datarootdir=@datarootdir@
datadir=@datadir@
privlibdir=@privsolibdir@
privlibexecdir=@privlibexecdir@
privincludedir=@privincludedir@
errordir=@privdatadir@/errors
moduledir=@moduledir@
imagesdir=@imagesdir@
execversion=@BASE_VERSION@
Name: evolution-shell
Description: libraries needed for Evolution shell components
Version: @VERSION@
Requires: gtk+-3.0 libebackend-1.2 libedataserver-1.2 libedataserverui-1.2 webkitgtk-3.0
Requires.private: @GNOME_DESKTOP_DEPENDENCY@
Libs: -L${privlibdir} -levolution-shell -levolution-util -Wl,-R${privlibdir}
Cflags: -I${privincludedir}