changed indentation to tabs
[opensync.git] / libopensync.pc.in
blobcae681f8e57f23c3069647b0277479f4c0e3db0f
1 prefix=${CMAKE_INSTALL_PREFIX}
2 exec_prefix=${LIBEXEC_INSTALL_DIR}
3 libdir=${LIB_INSTALL_DIR}
4 includedir=${INCLUDE_INSTALL_DIR}
5 datadir=${OPENSYNC_DATA_DIR}
6 plugindir=${OPENSYNC_PLUGINDIR}
7 configdir=${OPENSYNC_CONFIGDIR}
8 capabilitiesdir=${OPENSYNC_CAPABILITIESDIR}
9 descriptionsdir=${OPENSYNC_DESCRIPTIONSDIR}
10 schemasdir=${OPENSYNC_SCHEMASDIR}
11 formatsdir=${OPENSYNC_FORMATSDIR}
13 Name: opensync
14 Description: OpenSync synchronization framework
15 Version: ${OPENSYNC_VERSION}
16 Libs: -L${LIB_INSTALL_DIR} -lopensync
17 Cflags: -I${OPENSYNC_INCLUDE_DIR}