aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend
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 /addressbook/backend
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
Diffstat (limited to 'addressbook/backend')
-rw-r--r--addressbook/backend/ebook/Makefile.am14
1 files changed, 7 insertions, 7 deletions
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