Unit test stuff on new contact fields.
[libgcal.git] / libgcal.pc.in
blobad4bf9889f729e46720f27aa1ce820097f958e25
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
6 Name: libgcal
7 Description: Implements google data protocol for calendar and contacts
8 Version: @VERSION@
9 Libs: -L${libdir} -lgcal
10 Cflags: -I${includedir}
11 Requires: libcurl libxml-2.0