blob: ed8f9f09fd346eee8fa1bb97ba8d07980cc3bd25 (
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@
idldir=@idldir@
IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@
privlibdir=@privlibdir@
privincludedir=@privincludedir@
Name: evolution-addressbook
Description: libraries needed for Evolution addressbook backends
Version: @VERSION@
Requires: gconf-2.0 libbonobo-2.0 gal-2.0 >= @GAL_VERSION@ libgnome-2.0 camel = @VERSION@
Libs: -L${privlibdir} -lpas -lebook -lename -lversit
Cflags: -I${privincludedir}
|