From 35ee63661949243bfb4bc00afd33b5d68489975d Mon Sep 17 00:00:00 2001 From: Chen Congwu Date: Wed, 2 Sep 2009 11:13:10 +0800 Subject: 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. --- HACKING | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'HACKING') 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/ -- cgit v1.2.3