|
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 | |
|---|
| 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} |
|---|
| 12 | |
|---|
| 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} |
|---|