diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-04-27 08:08:44 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-04-27 08:08:44 +0800 |
commit | b6459e0c361d85875e5b5e546f844b8d209c8c24 (patch) | |
tree | 7c99bee4cc7a2322764c9a8d3331a8478b4cd176 /addressbook | |
parent | 2da5c2f116572945d8f12661b8e57e92379d21d7 (diff) | |
download | gsoc2013-evolution-b6459e0c361d85875e5b5e546f844b8d209c8c24.tar gsoc2013-evolution-b6459e0c361d85875e5b5e546f844b8d209c8c24.tar.gz gsoc2013-evolution-b6459e0c361d85875e5b5e546f844b8d209c8c24.tar.bz2 gsoc2013-evolution-b6459e0c361d85875e5b5e546f844b8d209c8c24.tar.lz gsoc2013-evolution-b6459e0c361d85875e5b5e546f844b8d209c8c24.tar.xz gsoc2013-evolution-b6459e0c361d85875e5b5e546f844b8d209c8c24.tar.zst gsoc2013-evolution-b6459e0c361d85875e5b5e546f844b8d209c8c24.zip |
Don't link to libibex anymore.
2002-04-26 Jeffrey Stedfast <fejj@ximian.com>
* printing/Makefile.am: Don't link to libibex anymore.
* conduit/Makefile.am: Same.
svn path=/trunk/; revision=16611
Diffstat (limited to 'addressbook')
-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 |