From 10918b623bc7726091b84476293d83ded3e5a811 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Mon, 5 Jun 2000 15:09:10 +0000 Subject: a bunch of patches to make evolution compile with bonobo in strange prefixes. see Changelog. svn path=/trunk/; revision=3420 --- addressbook/contact-editor/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'addressbook/contact-editor') diff --git a/addressbook/contact-editor/Makefile.am b/addressbook/contact-editor/Makefile.am index c723ead970..1724edf699 100644 --- a/addressbook/contact-editor/Makefile.am +++ b/addressbook/contact-editor/Makefile.am @@ -30,13 +30,13 @@ contact_editor_test_SOURCES = \ test-editor.c contact_editor_test_LDADD = \ + $(srcdir)/libecontacteditor.a \ + $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/addressbook/backend/ebook/libebook.la \ $(top_builddir)/addressbook/ename/libename.la \ $(top_builddir)/libversit/libversit.la \ $(GNOMEGNORBA_LIBS) \ - -lbonobo \ - $(top_builddir)/e-util/libeutil.la \ - libecontacteditor.a \ + $(BONOBO_GNOME_LIBS) \ $(top_builddir)/widgets/e-table/libetable.a \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/widgets/e-text/libetext.a \ -- cgit v1.2.3