blob: 89ff01dc47903fecddc6405034aa93ee3beeec71 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
privlibdir=@privsolibdir@
privincludedir=@privincludedir@
# The requirements list is kind of guesswork at
# the moment. Add more requirements as needed.
Name: Evolution Mail
Description: Mail utilities for Evolution
Version: @VERSION@
Requires: evolution-shell-3.0 camel-1.2 libemail-engine
Libs: -L${privlibdir} -levolution-mail -levolution-mail-composer
Cflags: -I${privincludedir}
|