diff options
author | Not Zed <NotZed@Ximian.com> | 2004-12-03 11:39:53 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-12-03 11:39:53 +0800 |
commit | b94073e8d4cd6eaf77ead0b8f71255ee85e4349d (patch) | |
tree | b37b4353da705a23328acb615172f9cf53ee678e /addressbook/gui/widgets/e-addressbook-view.c | |
parent | 8652353f286c3cacb888573b3fe1e7263b41a92c (diff) | |
download | gsoc2013-evolution-b94073e8d4cd6eaf77ead0b8f71255ee85e4349d.tar.gz gsoc2013-evolution-b94073e8d4cd6eaf77ead0b8f71255ee85e4349d.tar.zst gsoc2013-evolution-b94073e8d4cd6eaf77ead0b8f71255ee85e4349d.zip |
remove camel, add ADDRESSBOOK_LIBS.
2004-11-16 Not Zed <NotZed@Ximian.com>
* util/Makefile.am (libeabutil_la_LIBADD): remove camel, add
ADDRESSBOOK_LIBS.
* conduit/Makefile.am (libeaddress_conduit_la_LIBADD): remove
camel.
* gui/component/Makefile.am (libevolution_addressbook_la_LIBADD):
remove camel.
2004-11-15 Not Zed <NotZed@Ximian.com>
* *.c: Moved various things from e-util to libedataserver, where
appropriate.
svn path=/trunk/; revision=28048
Diffstat (limited to 'addressbook/gui/widgets/e-addressbook-view.c')
-rw-r--r-- | addressbook/gui/widgets/e-addressbook-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c index 0d55297df1..ab65a87734 100644 --- a/addressbook/gui/widgets/e-addressbook-view.c +++ b/addressbook/gui/widgets/e-addressbook-view.c @@ -47,7 +47,7 @@ #include "addressbook/gui/widgets/eab-menu.h" #include "e-util/e-categories-master-list-wombat.h" -#include "e-util/e-sexp.h" +#include "libedataserver/e-sexp.h" #ifdef WITH_ADDRESSBOOK_VIEW_TREEVIEW #include <gal/widgets/e-treeview-selection-model.h> |