blob: f6cca19f73ba287325240d04f94c6f0527db5eac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
datarootdir=@datarootdir@
plugindir=@OPENSYNC_PLUGINDIR@
configdir=@OPENSYNC_CONFIGDIR@
headerdir=@OPENSYNC_HEADERDIR@
formatsdir=@OPENSYNC_FORMATSDIR@
Name: opensync
Description: OpenSync synchronization framework
Version: @VERSION@
Libs: -L${libdir} -lopensync
Cflags: -I${includedir}/opensync-1.0
|