diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-04-27 08:11:21 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-04-27 08:11:21 +0800 |
commit | e803f7866a401d2dbef484f032cdefa8287be33f (patch) | |
tree | e2463b6a6bbb62569ffacd6a1b821319a2570da1 /addressbook | |
parent | b6459e0c361d85875e5b5e546f844b8d209c8c24 (diff) | |
download | gsoc2013-evolution-e803f7866a401d2dbef484f032cdefa8287be33f.tar.gz gsoc2013-evolution-e803f7866a401d2dbef484f032cdefa8287be33f.tar.zst gsoc2013-evolution-e803f7866a401d2dbef484f032cdefa8287be33f.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.
* backend/ebook/Makefile.am: Again here.
* gui/component/Makefile.am: And finally here.
svn path=/trunk/; revision=16612
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 4 | ||||
-rw-r--r-- | addressbook/backend/ebook/Makefile.am | 1 | ||||
-rw-r--r-- | addressbook/gui/component/Makefile.am | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 9b121bd188..d482c0b440 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -4,6 +4,10 @@ * conduit/Makefile.am: Same. + * backend/ebook/Makefile.am: Again here. + + * gui/component/Makefile.am: And finally here. + 2002-04-26 Christopher James Lahey <clahey@ximian.com> * gui/component/select-names/e-select-names.c diff --git a/addressbook/backend/ebook/Makefile.am b/addressbook/backend/ebook/Makefile.am index 892cf5a600..1a56402010 100644 --- a/addressbook/backend/ebook/Makefile.am +++ b/addressbook/backend/ebook/Makefile.am @@ -84,7 +84,6 @@ test_client_LDADD = \ libebook.la \ $(EVOLUTION_ADDRESSBOOK_LIBS) \ $(top_builddir)/camel/libcamel.la \ - $(top_builddir)/libibex/libibex.la \ $(top_builddir)/libversit/libversit.a \ $(top_builddir)/e-util/ename/libename.la \ $(top_builddir)/e-util/libeutil.la diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index b169a29771..b412d8bc1d 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -48,7 +48,6 @@ evolution_addressbook_LDADD = \ $(top_builddir)/addressbook/gui/widgets/libeminicard.a \ $(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)/addressbook/gui/contact-list-editor/libecontactlisteditor.a \ $(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.a \ |