Update for libversit change: Use .a rather than .la now.

* backend/ebook/Makefile.am: Update for libversit change: Use .a
	rather than .la now.

	* printing/Makefile.am: Likewise

	* gui/component/Makefile.am: Likewise

svn path=/trunk/; revision=16210
This commit is contained in:
Dan Winship
2002-03-19 19:29:37 +00:00
parent 84e13e5584
commit 8d616bac31
4 changed files with 19 additions and 10 deletions

View File

@ -1,3 +1,12 @@
2002-03-19 Dan Winship <danw@ximian.com>
* backend/ebook/Makefile.am: Update for libversit change: Use .a
rather than .la now.
* printing/Makefile.am: Likewise
* gui/component/Makefile.am: Likewise
2002-03-18 Ettore Perazzoli <ettore@ximian.com>
* gui/component/addressbook.c (addressbook_menu_activated):

View File

@ -85,7 +85,7 @@ test_client_LDADD = \
$(EVOLUTION_ADDRESSBOOK_LIBS) \
$(top_builddir)/camel/libcamel.la \
$(top_builddir)/libibex/libibex.la \
$(top_builddir)/libversit/libversit.la \
$(top_builddir)/libversit/libversit.a \
$(top_builddir)/e-util/ename/libename.la \
$(top_builddir)/e-util/libeutil.la
@ -98,7 +98,7 @@ test_client_list_LDADD = \
$(top_builddir)/camel/libcamel.la \
$(top_builddir)/libibex/libibex.la \
$(top_builddir)/e-util/ename/libename.la \
$(top_builddir)/libversit/libversit.la \
$(top_builddir)/libversit/libversit.a \
$(top_builddir)/e-util/libeutil.la
test_card_SOURCES = \
@ -110,7 +110,7 @@ test_card_LDADD = \
$(top_builddir)/camel/libcamel.la \
$(top_builddir)/libibex/libibex.la \
$(top_builddir)/e-util/ename/libename.la \
$(top_builddir)/libversit/libversit.la \
$(top_builddir)/libversit/libversit.a \
$(top_builddir)/e-util/libeutil.la
evolution_vcard_importer_SOURCES = \
@ -124,7 +124,7 @@ evolution_vcard_importer_LDADD = \
$(top_builddir)/shell/importer/libevolution-importer.la \
$(DB3_LDADD) \
$(top_builddir)/e-util/ename/libename.la \
$(top_builddir)/libversit/libversit.la \
$(top_builddir)/libversit/libversit.a \
$(top_builddir)/e-util/libeutil.la
evolution_ldif_importer_SOURCES = \
@ -138,7 +138,7 @@ evolution_ldif_importer_LDADD = \
$(top_builddir)/shell/importer/libevolution-importer.la \
$(DB3_LDADD) \
$(top_builddir)/e-util/ename/libename.la \
$(top_builddir)/libversit/libversit.la \
$(top_builddir)/libversit/libversit.a \
$(top_builddir)/e-util/libeutil.la
load_pine_addressbook_SOURCES = \
@ -150,7 +150,7 @@ load_pine_addressbook_LDADD = \
$(top_builddir)/camel/libcamel.la \
$(top_builddir)/libibex/libibex.la \
$(top_builddir)/e-util/ename/libename.la \
$(top_builddir)/libversit/libversit.la \
$(top_builddir)/libversit/libversit.a \
$(top_builddir)/e-util/libeutil.la
@ -163,7 +163,7 @@ load_gnomecard_addressbook_LDADD = \
$(top_builddir)/camel/libcamel.la \
$(top_builddir)/libibex/libibex.la \
$(top_builddir)/e-util/ename/libename.la \
$(top_builddir)/libversit/libversit.la \
$(top_builddir)/libversit/libversit.a \
$(top_builddir)/e-util/libeutil.la

View File

@ -51,7 +51,7 @@ evolution_addressbook_LDADD = \
$(top_builddir)/e-util/ename/libename.la \
$(top_builddir)/addressbook/gui/contact-list-editor/libecontactlisteditor.a \
$(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.a \
$(top_builddir)/libversit/libversit.la \
$(top_builddir)/libversit/libversit.a \
$(top_builddir)/widgets/misc/libemiscwidgets.a \
$(top_builddir)/addressbook/printing/libecontactprint.a \
$(top_builddir)/addressbook/gui/search/libeaddressbooksearch.a \

View File

@ -44,7 +44,7 @@ contact_print_test_LDADD = \
$(top_builddir)/camel/libcamel.la \
$(top_builddir)/libibex/libibex.la \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/libversit/libversit.la \
$(top_builddir)/libversit/libversit.a \
$(top_builddir)/e-util/ename/libename.la \
libecontactprint.a \
$(EVOLUTION_ADDRESSBOOK_LIBS)
@ -57,7 +57,7 @@ contact_print_style_editor_test_LDADD = \
$(top_builddir)/camel/libcamel.la \
$(top_builddir)/libibex/libibex.la \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/libversit/libversit.la \
$(top_builddir)/libversit/libversit.a \
$(top_builddir)/e-util/ename/libename.la \
libecontactprint.a \
$(EVOLUTION_ADDRESSBOOK_LIBS)