aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2002-03-20 03:29:37 +0800
committerDan Winship <danw@src.gnome.org>2002-03-20 03:29:37 +0800
commit8d616bac3137807e9af3ddd3ef3002b3d555f3c4 (patch)
tree18368f41fa879c41966c46292654c12d07f90c1d
parent84e13e55846950db7a5ab1debebdf9e3fd977343 (diff)
downloadgsoc2013-evolution-8d616bac3137807e9af3ddd3ef3002b3d555f3c4.tar
gsoc2013-evolution-8d616bac3137807e9af3ddd3ef3002b3d555f3c4.tar.gz
gsoc2013-evolution-8d616bac3137807e9af3ddd3ef3002b3d555f3c4.tar.bz2
gsoc2013-evolution-8d616bac3137807e9af3ddd3ef3002b3d555f3c4.tar.lz
gsoc2013-evolution-8d616bac3137807e9af3ddd3ef3002b3d555f3c4.tar.xz
gsoc2013-evolution-8d616bac3137807e9af3ddd3ef3002b3d555f3c4.tar.zst
gsoc2013-evolution-8d616bac3137807e9af3ddd3ef3002b3d555f3c4.zip
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
-rw-r--r--addressbook/ChangeLog9
-rw-r--r--addressbook/backend/ebook/Makefile.am14
-rw-r--r--addressbook/gui/component/Makefile.am2
-rw-r--r--addressbook/printing/Makefile.am4
4 files changed, 19 insertions, 10 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 57e7c81f98..3d348e60f0 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -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):
diff --git a/addressbook/backend/ebook/Makefile.am b/addressbook/backend/ebook/Makefile.am
index f137cd24ab..892cf5a600 100644
--- a/addressbook/backend/ebook/Makefile.am
+++ b/addressbook/backend/ebook/Makefile.am
@@ -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
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am
index c68aa8fd63..01e35b60d8 100644
--- a/addressbook/gui/component/Makefile.am
+++ b/addressbook/gui/component/Makefile.am
@@ -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 \
diff --git a/addressbook/printing/Makefile.am b/addressbook/printing/Makefile.am
index 877fd3b92a..d0a6fc20b8 100644
--- a/addressbook/printing/Makefile.am
+++ b/addressbook/printing/Makefile.am
@@ -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)