syncevolution/src/core/vocl
Patrick Ohly 5e8fa6eb94 major restructuring of the file layout and autotools build
This change makes it possible to add a new backend without
changing any of the core files. It also gets rid of some
hacks (like -export-dynamic for the binary) by putting all
core SyncEvolution code into a library.

The transition is not quite complete: there are still
some lists of existing backends, which will be removed
soon. EvolutionSmartPtr.h and EvolutionSyncSource depend
on Evolution/GNOME libs, which forces all backends to
use the right -I flags.


git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@684 15ad00c4-1369-45f4-8270-35d70d36bdcd
2008-07-29 21:06:11 +00:00
..
README major restructuring of the file layout and autotools build 2008-07-29 21:06:11 +00:00
VConverter.cpp major restructuring of the file layout and autotools build 2008-07-29 21:06:11 +00:00
VConverter.h major restructuring of the file layout and autotools build 2008-07-29 21:06:11 +00:00
VObject.cpp major restructuring of the file layout and autotools build 2008-07-29 21:06:11 +00:00
VObject.h major restructuring of the file layout and autotools build 2008-07-29 21:06:11 +00:00
VProperty.cpp major restructuring of the file layout and autotools build 2008-07-29 21:06:11 +00:00
VProperty.h major restructuring of the file layout and autotools build 2008-07-29 21:06:11 +00:00
posixadapter.h major restructuring of the file layout and autotools build 2008-07-29 21:06:11 +00:00
vcardconverter.cpp major restructuring of the file layout and autotools build 2008-07-29 21:06:11 +00:00

README

The code in this directory is a copy of the Funambol 3.x C++ 
client api code, revision sdkcpp_3_0_17. It was forked because
the upstream development broke the vCard 2.1 <-> 3.0 conversion
that SyncEvolution needs.