summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorChen Congwu <congwu.chen@intel.com>2009-09-02 11:13:10 +0800
committerPatrick Ohly <patrick.ohly@intel.com>2009-09-23 07:35:25 +0200
commit35ee63661949243bfb4bc00afd33b5d68489975d (patch)
treeaaa93f56029991ee0a1525f9d5374148cf4e3441 /HACKING
parent0579e1d0d209cdff05e55ee179f916fb19d135dc (diff)
Dynamic loadable backends: repackage libsyncevolution to enable dynamic loadable backends
Install head files to a standard path, the remaining dependencies are synthesis and boost client-test is portable when ENABLE_MODULES is defined, no longer link to backends libraries. Add --enable-developer-mode, in which mode the backend scan path will be under current build directory for development purposes.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING7
1 files changed, 6 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index e29985ae..b9f57916 100644
--- a/HACKING
+++ b/HACKING
@@ -29,11 +29,16 @@ For doing development work the recommended configure line is:
configure CFLAGS="-g -Wall -Werror -Wno-unknown-pragmas" \
CXXFLAGS="-g -Wall -Werror -Wno-unknown-pragmas" \
--enable-unit-tests \
- --enable-libcurl
+ --enable-libcurl \
+ --enable-developer-mode
Enabling libcurl explicitly ensures that it gets built even when not
the default.
+Backend libraries are dynamically scannned and loaded into syncevolution, the
+library path defaults to $prefix/syncevolution/backends. When developer-mode is
+enabled, it will scan libraries in current build directory instead.
+
-Wno-unknown-pragmas is required to avoid warnings triggered by
'#pragma }', a trick to preserve indention after 'extern "C" {' in
/usr/include/evolution-data-server-1.12/libical/