summaryrefslogtreecommitdiffstats
path: root/sync/configure.ac
AgeCommit message (Collapse)Author
2006-12-22 * configure.ac:Chris Lord
* src/Makefile.am: library-ise libsync * src/build-test.sh: * src/sync-test.c: Add a small test app for sync between eds and google cal * src/sync_group.c: (sync_group_class_init), (sync_group_set_namespace), (sync_group_get_item1), (sync_group_get_item2), (sync_group_get_namespace): Move the dodgy required gconf call to the get_default_env function, make sure the environment (and thus threads) are initialised before trying to create a new group. * src/sync_main.c: (main): Remove the dodgy gconf call, is now in libsync * src/sync_syncml_item.c: (sync_syncml_item_get_member): Explicitly enable and disable all syncable types
2006-07-24- Rename pokysync->syncChris Lord
- Clean backup data before backing up
2006-06-16Initial check-inChris Lord