diff options
author | Dan Winship <danw@src.gnome.org> | 2002-03-20 03:29:37 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-03-20 03:29:37 +0800 |
commit | 8d616bac3137807e9af3ddd3ef3002b3d555f3c4 (patch) | |
tree | 18368f41fa879c41966c46292654c12d07f90c1d /addressbook/gui | |
parent | 84e13e55846950db7a5ab1debebdf9e3fd977343 (diff) | |
download | gsoc2013-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/gui')
-rw-r--r-- | addressbook/gui/component/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |