diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-06-14 23:49:41 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-06-15 01:40:11 +0800 |
commit | 2a4a12c470586ae39a2ce5b81cd19749168c371f (patch) | |
tree | dc2ea8a514c6224470a98e88c8d3dd06f37c9b57 /modules/book-config-ldap/evolution-book-config-ldap.c | |
parent | e439e17e2e14fc5a3a35924dddfdd4d8602c3d8c (diff) | |
download | gsoc2013-evolution-2a4a12c470586ae39a2ce5b81cd19749168c371f.tar.gz gsoc2013-evolution-2a4a12c470586ae39a2ce5b81cd19749168c371f.tar.zst gsoc2013-evolution-2a4a12c470586ae39a2ce5b81cd19749168c371f.zip |
Move EBookSourceConfig to /widgets/misc.
EBookSourceConfig drags in no additional dependencies, and allows us to
delay publishing a libevolution-addressbook.so since 3rd party packages
will need to subclass EBookSourceConfig.
The address book source code will need to be flattened into a single
library before we could publish a libevolution-addressbook.so anyway.
That would be a good thing to do regardless -- Evolution has way too
many internal libraries -- but it's out of scope at the moment.
Diffstat (limited to 'modules/book-config-ldap/evolution-book-config-ldap.c')
-rw-r--r-- | modules/book-config-ldap/evolution-book-config-ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/book-config-ldap/evolution-book-config-ldap.c b/modules/book-config-ldap/evolution-book-config-ldap.c index e174783f6f..5dd0c9ec77 100644 --- a/modules/book-config-ldap/evolution-book-config-ldap.c +++ b/modules/book-config-ldap/evolution-book-config-ldap.c @@ -23,8 +23,8 @@ #include <libebackend/libebackend.h> #include <libevolution-utils/e-alert-dialog.h> +#include <misc/e-book-source-config.h> #include <misc/e-source-config-backend.h> -#include <addressbook/gui/widgets/e-book-source-config.h> #include "e-source-ldap.h" |