diff options
author | Mathieu Lacage <mathieu@src.gnome.org> | 2000-06-05 23:09:10 +0800 |
---|---|---|
committer | Mathieu Lacage <mathieu@src.gnome.org> | 2000-06-05 23:09:10 +0800 |
commit | 10918b623bc7726091b84476293d83ded3e5a811 (patch) | |
tree | 3da9d722f65d958466916fa41548c78133eb1ee2 /addressbook/contact-editor | |
parent | ccf5ea6f3f4979068d317f068026414cf335adf1 (diff) | |
download | gsoc2013-evolution-10918b623bc7726091b84476293d83ded3e5a811.tar gsoc2013-evolution-10918b623bc7726091b84476293d83ded3e5a811.tar.gz gsoc2013-evolution-10918b623bc7726091b84476293d83ded3e5a811.tar.bz2 gsoc2013-evolution-10918b623bc7726091b84476293d83ded3e5a811.tar.lz gsoc2013-evolution-10918b623bc7726091b84476293d83ded3e5a811.tar.xz gsoc2013-evolution-10918b623bc7726091b84476293d83ded3e5a811.tar.zst gsoc2013-evolution-10918b623bc7726091b84476293d83ded3e5a811.zip |
a bunch of patches to make evolution compile with bonobo in strange prefixes. see Changelog.
svn path=/trunk/; revision=3420
Diffstat (limited to 'addressbook/contact-editor')
-rw-r--r-- | addressbook/contact-editor/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
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 \ |