diff options
-rw-r--r-- | addressbook/ChangeLog | 2 | ||||
-rw-r--r-- | addressbook/conduit/Makefile.am | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 35b26a94c8..9b121bd188 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -2,6 +2,8 @@ * printing/Makefile.am: Don't link to libibex anymore. + * conduit/Makefile.am: Same. + 2002-04-26 Christopher James Lahey <clahey@ximian.com> * gui/component/select-names/e-select-names.c diff --git a/addressbook/conduit/Makefile.am b/addressbook/conduit/Makefile.am index 22a3cf8e8d..911b73063f 100644 --- a/addressbook/conduit/Makefile.am +++ b/addressbook/conduit/Makefile.am @@ -22,7 +22,6 @@ libeaddress_conduit_la_LIBADD = \ $(top_builddir)/libversit/libversit.a \ $(top_builddir)/e-util/libeconduit-static.la \ $(top_builddir)/camel/libcamel-static.la \ - $(top_builddir)/libibex/libibex.la \ $(EVOLUTION_ADDRESSBOOK_CONDUIT_LIBS) e-address.conduit: e-address.conduit.in Makefile |