aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/printing
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/printing
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/printing')
-rw-r--r--addressbook/printing/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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)