diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-04-27 08:29:34 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-04-27 08:29:34 +0800 |
commit | c1a017826e286199ff63610367ff58ee15ddd6c8 (patch) | |
tree | 60a473c5e8273f8cc610cd6e9facdc1bf87f5db7 /tools | |
parent | eaee4102f2f37b163e0c95c64f62686cb91674f5 (diff) | |
download | gsoc2013-evolution-c1a017826e286199ff63610367ff58ee15ddd6c8.tar gsoc2013-evolution-c1a017826e286199ff63610367ff58ee15ddd6c8.tar.gz gsoc2013-evolution-c1a017826e286199ff63610367ff58ee15ddd6c8.tar.bz2 gsoc2013-evolution-c1a017826e286199ff63610367ff58ee15ddd6c8.tar.lz gsoc2013-evolution-c1a017826e286199ff63610367ff58ee15ddd6c8.tar.xz gsoc2013-evolution-c1a017826e286199ff63610367ff58ee15ddd6c8.tar.zst gsoc2013-evolution-c1a017826e286199ff63610367ff58ee15ddd6c8.zip |
Don't link with libibex.
* tools/Makefile.am: Don't link with libibex.
svn path=/trunk/; revision=16621
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 41e7ff7a86..ae49e7c927 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -26,7 +26,6 @@ evolution_addressbook_import_LDADD = \ $(GNOME_FULL_LIBS) \ $(top_builddir)/addressbook/backend/ebook/libebook.la \ $(top_builddir)/camel/libcamel.la \ - $(top_builddir)/libibex/libibex.la \ $(top_builddir)/e-util/ename/libename.la \ $(top_builddir)/libversit/libversit.a \ $(top_builddir)/e-util/libeutil.la \ |