build new subdirs
authorJP Rosevear <jpr@ximian.com>
Thu, 6 Nov 2003 17:15:43 +0000 (17:15 +0000)
committerJP Rosevear <jpr@src.gnome.org>
Thu, 6 Nov 2003 17:15:43 +0000 (17:15 +0000)
commitf1619b98432eb35f06367ee1b35fabe283f3d41b
treeb8aca605f3a6059b7e00316a3f333b07a1d838b8
parente163920a3ed3b6aa40e7d48671e237951f9432b1
build new subdirs

2003-11-06  JP Rosevear <jpr@ximian.com>

* Makefile.am: build new subdirs

* backends/*: build the file, vcf and ldap backends here

* libedata-cal/Makefile.am: no longer build them here

2003-11-06  JP Rosevear <jpr@ximian.com>

* Makefile.am: build new subdirs

* backends/*: build the http and file backends here

* libedata-cal/Makefile.am: no longer build them here
25 files changed:
ChangeLog
TODO
addressbook/ChangeLog
addressbook/Makefile.am
addressbook/backends/.cvsignore [new file with mode: 0644]
addressbook/backends/Makefile.am [new file with mode: 0644]
addressbook/backends/file/.cvsignore [new file with mode: 0644]
addressbook/backends/file/Makefile.am [new file with mode: 0644]
addressbook/backends/file/e-book-backend-file.c
addressbook/backends/ldap/.cvsignore [new file with mode: 0644]
addressbook/backends/ldap/Makefile.am [new file with mode: 0644]
addressbook/backends/ldap/e-book-backend-ldap.c
addressbook/backends/vcf/.cvsignore [new file with mode: 0644]
addressbook/backends/vcf/Makefile.am [new file with mode: 0644]
addressbook/backends/vcf/e-book-backend-vcf.c
addressbook/libedata-book/Makefile.am
addressbook/libedata-book/e-book-backend-file.c [deleted file]
addressbook/libedata-book/e-book-backend-file.h [deleted file]
addressbook/libedata-book/e-book-backend-ldap.c [deleted file]
addressbook/libedata-book/e-book-backend-ldap.h [deleted file]
addressbook/libedata-book/e-book-backend-vcf.c [deleted file]
addressbook/libedata-book/e-book-backend-vcf.h [deleted file]
configure.in
src/Makefile.am
src/server.c