syncevolution/src/syncevo/syncevolution.pc.in
Patrick Ohly e111963a4a syncevolution.pc: added path variables
Added a way how users of the libs can determine the install path:
pkg-config --variable=[backenddir|templatedir] syncevolution
2011-06-28 16:37:56 -07:00

13 lines
327 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
backenddir=@libdir@/syncevolution/backends
templatedir=@datadir@/syncevolution/templates
Name: libsyncevolution
Description: SyncEvolution Library
Version: @VERSION@
Cflags: -I${includedir}
Requires: synthesis
Libs: -L${libdir} -lsyncevolution