diff options
author | Dan Winship <danw@src.gnome.org> | 2002-03-20 04:30:52 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-03-20 04:30:52 +0800 |
commit | 291190adfd62ba7e7f02cc70d923073cb4fc1dd4 (patch) | |
tree | a1151f54655b2bdccc8ce2213e217d026f319113 /tools/Makefile.am | |
parent | 8d616bac3137807e9af3ddd3ef3002b3d555f3c4 (diff) | |
download | gsoc2013-evolution-291190adfd62ba7e7f02cc70d923073cb4fc1dd4.tar.gz gsoc2013-evolution-291190adfd62ba7e7f02cc70d923073cb4fc1dd4.tar.zst gsoc2013-evolution-291190adfd62ba7e7f02cc70d923073cb4fc1dd4.zip |
more fixes for libversit.la -> libversit.a
svn path=/trunk/; revision=16211
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 143790f87d..41e7ff7a86 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -28,7 +28,7 @@ evolution_addressbook_import_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 \ $(top_builddir)/widgets/menus/libmenus.la |