aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-04-27 08:08:05 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-04-27 08:08:05 +0800
commit2da5c2f116572945d8f12661b8e57e92379d21d7 (patch)
tree5f92b1cecee45083f8e0720e9e3b52254d80784c
parent9888551c9b06328e4e0859685b4c1f3528e51a3a (diff)
downloadgsoc2013-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/ChangeLog4
-rw-r--r--addressbook/printing/Makefile.am1
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 \