root/trunk/libopensync.pc.in

Revision 3490, 0.5 KB (checked in by dgollub, 4 months ago)

Changed include directory to avoid breakage of OpenSync? API consumer.
/usr/include/libopensync1/ - breaks include like <opensync/opensync.h>
Changed OPENSYNC_INCLUDE_DIR to $includedir/$OPENSYNC_API_DIR/opensync
And adapted libopensync.pc template...

Line 
1prefix=${CMAKE_INSTALL_PREFIX}
2exec_prefix=${LIBEXEC_INSTALL_DIR}
3libdir=${LIB_INSTALL_DIR}
4includedir=${INCLUDE_INSTALL_DIR}
5datadir=${OPENSYNC_DATA_DIR}
6plugindir=${OPENSYNC_PLUGINDIR}
7configdir=${OPENSYNC_CONFIGDIR}
8capabilitiesdir=${OPENSYNC_CAPABILITIESDIR}
9descriptionsdir=${OPENSYNC_DESCRIPTIONSDIR}
10schemasdir=${OPENSYNC_SCHEMASDIR}
11formatsdir=${OPENSYNC_FORMATSDIR}
12
13Name: opensync
14Description: OpenSync synchronization framework
15Version: ${OPENSYNC_VERSION}
16Libs: -L${LIB_INSTALL_DIR} -lopensync
17Cflags: -I${OPENSYNC_INCLUDE_DIR}
Note: See TracBrowser for help on using the browser.