diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-04-27 08:08:05 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-04-27 08:08:05 +0800 |
commit | 2da5c2f116572945d8f12661b8e57e92379d21d7 (patch) | |
tree | 5f92b1cecee45083f8e0720e9e3b52254d80784c | |
parent | 9888551c9b06328e4e0859685b4c1f3528e51a3a (diff) | |
download | gsoc2013-evolution-2da5c2f116572945d8f12661b8e57e92379d21d7.tar gsoc2013-evolution-2da5c2f116572945d8f12661b8e57e92379d21d7.tar.gz gsoc2013-evolution-2da5c2f116572945d8f12661b8e57e92379d21d7.tar.bz2 gsoc2013-evolution-2da5c2f116572945d8f12661b8e57e92379d21d7.tar.lz gsoc2013-evolution-2da5c2f116572945d8f12661b8e57e92379d21d7.tar.xz gsoc2013-evolution-2da5c2f116572945d8f12661b8e57e92379d21d7.tar.zst gsoc2013-evolution-2da5c2f116572945d8f12661b8e57e92379d21d7.zip |
Don't link to libibex anymore.
2002-04-26 Jeffrey Stedfast <fejj@ximian.com>
* printing/Makefile.am: Don't link to libibex anymore.
svn path=/trunk/; revision=16610
-rw-r--r-- | addressbook/ChangeLog | 4 | ||||
-rw-r--r-- | addressbook/printing/Makefile.am | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index d2aa51b2db..35b26a94c8 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,7 @@ +2002-04-26 Jeffrey Stedfast <fejj@ximian.com> + + * printing/Makefile.am: Don't link to libibex anymore. + 2002-04-26 Christopher James Lahey <clahey@ximian.com> * gui/component/select-names/e-select-names.c diff --git a/addressbook/printing/Makefile.am b/addressbook/printing/Makefile.am index d0a6fc20b8..4da3c45ebe 100644 --- a/addressbook/printing/Makefile.am +++ b/addressbook/printing/Makefile.am @@ -42,7 +42,6 @@ contact_print_test_SOURCES = \ contact_print_test_LDADD = \ $(top_builddir)/addressbook/backend/ebook/libebook.la \ $(top_builddir)/camel/libcamel.la \ - $(top_builddir)/libibex/libibex.la \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/libversit/libversit.a \ $(top_builddir)/e-util/ename/libename.la \ |