diff options
author | Not Zed <NotZed@Ximian.com> | 2004-09-09 08:08:04 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-09-09 08:08:04 +0800 |
commit | 90be0322377b997368d60c169240cfb4f0ef53e3 (patch) | |
tree | 144a9eb1fd42c3aec592d120b210f0453071c651 /addressbook/gui/component | |
parent | b3a60f734a9876a8afd0f5293e6653608e19ace6 (diff) | |
download | gsoc2013-evolution-90be0322377b997368d60c169240cfb4f0ef53e3.tar.gz gsoc2013-evolution-90be0322377b997368d60c169240cfb4f0ef53e3.tar.zst gsoc2013-evolution-90be0322377b997368d60c169240cfb4f0ef53e3.zip |
** See bug #64080.
2004-09-08 Not Zed <NotZed@Ximian.com>
** See bug #64080.
* gui/component/Makefile.am (libevolution_addressbook_la_LIBADD):
link addressbook to camel.
svn path=/trunk/; revision=27191
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r-- | addressbook/gui/component/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index c8c2cc79a3..adf772206c 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -60,6 +60,7 @@ libevolution_addressbook_la_LIBADD = \ $(top_builddir)/widgets/misc/libemiscwidgets.la \ $(top_builddir)/widgets/menus/libmenus.la \ $(top_builddir)/a11y/addressbook/libevolution-addressbook-a11y.la \ + $(top_builddir)/camel/libcamel.la \ $(EVOLUTION_ADDRESSBOOK_LIBS) $(LDAP_LIBS) |