diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-04-27 08:15:11 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-04-27 08:15:11 +0800 |
commit | 51b61ec3a330d83483077c8cc5278141dcb2b4f6 (patch) | |
tree | 82034dd936881d38e9f7483e09571de88e326800 /wombat/Makefile.am | |
parent | 98f551997cb5ab21909db87198cffef1ef5cd7f8 (diff) | |
download | gsoc2013-evolution-51b61ec3a330d83483077c8cc5278141dcb2b4f6.tar.gz gsoc2013-evolution-51b61ec3a330d83483077c8cc5278141dcb2b4f6.tar.zst gsoc2013-evolution-51b61ec3a330d83483077c8cc5278141dcb2b4f6.zip |
Removed dependency on libibex.
2002-04-26 Jeffrey Stedfast <fejj@ximian.com>
* Makefile.am: Removed dependency on libibex.
svn path=/trunk/; revision=16615
Diffstat (limited to 'wombat/Makefile.am')
-rw-r--r-- | wombat/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wombat/Makefile.am b/wombat/Makefile.am index b8a2278ef1..cf937e6eac 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -29,7 +29,6 @@ wombat_LDADD = \ $(LDAP_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)/calendar/pcs/libpcs.a \ $(top_builddir)/calendar/cal-util/libcal-util.la \ |