aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/Makefile.am
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-07-03 11:33:54 +0800
committerChris Lahey <clahey@src.gnome.org>2001-07-03 11:33:54 +0800
commite981cabe35d8fde0254eb32ea9091b0dd62db830 (patch)
treef1469c8fc21d2cf5f21c7fbb05aaae98d0a5c9da /addressbook/gui/component/Makefile.am
parent36e1d698098c7a2ef0271320ffb8290741866d29 (diff)
downloadgsoc2013-evolution-e981cabe35d8fde0254eb32ea9091b0dd62db830.tar
gsoc2013-evolution-e981cabe35d8fde0254eb32ea9091b0dd62db830.tar.gz
gsoc2013-evolution-e981cabe35d8fde0254eb32ea9091b0dd62db830.tar.bz2
gsoc2013-evolution-e981cabe35d8fde0254eb32ea9091b0dd62db830.tar.lz
gsoc2013-evolution-e981cabe35d8fde0254eb32ea9091b0dd62db830.tar.xz
gsoc2013-evolution-e981cabe35d8fde0254eb32ea9091b0dd62db830.tar.zst
gsoc2013-evolution-e981cabe35d8fde0254eb32ea9091b0dd62db830.zip
Added $(BONOBO_CONF_LIBS).
2001-07-02 Christopher James Lahey <clahey@ximian.com> * gui/component/Makefile.am (evolution_addressbook_LDADD): Added $(BONOBO_CONF_LIBS). * gui/component/select-names/e-select-names.c (e_select_names_create_categories), gui/contact-editor/e-contact-editor.c (categories_clicked): Switched to an ECategoriesMasterListWombat instead of an ECategoriesMasterListArray here. svn path=/trunk/; revision=10722
Diffstat (limited to 'addressbook/gui/component/Makefile.am')
-rw-r--r--addressbook/gui/component/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am
index d58c768328..898a415747 100644
--- a/addressbook/gui/component/Makefile.am
+++ b/addressbook/gui/component/Makefile.am
@@ -47,6 +47,7 @@ evolution_addressbook_LDADD = \
$(top_builddir)/shell/libeshell.la \
$(EXTRA_GNOME_LIBS) \
$(BONOBO_HTML_GNOME_LIBS) \
+ $(BONOBO_CONF_LIBS) \
$(top_builddir)/addressbook/gui/widgets/libeminicard.a \
$(top_builddir)/addressbook/backend/ebook/libebook.la \
$(top_builddir)/e-util/ename/libename.la \