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 /importers | |
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 'importers')
-rw-r--r-- | importers/ChangeLog | 4 | ||||
-rw-r--r-- | importers/Makefile.am | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/importers/ChangeLog b/importers/ChangeLog index a615e6a069..059f272393 100644 --- a/importers/ChangeLog +++ b/importers/ChangeLog @@ -1,3 +1,7 @@ +2002-03-19 Dan Winship <danw@ximian.com> + + * Makefile.am (bin_PROGRAMS): s/libversit.la/libversit.a/ + 2002-03-07 Radek Doulik <rodo@ximian.com> * netscape-importer.c (netscape_import_accounts): comment out diff --git a/importers/Makefile.am b/importers/Makefile.am index d9061dd9bb..2cc0b4e910 100644 --- a/importers/Makefile.am +++ b/importers/Makefile.am @@ -51,7 +51,7 @@ evolution_pine_importer_LDADD = \ $(top_builddir)/libibex/libibex.la \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/e-util/ename/libename.la \ - $(top_builddir)/libversit/libversit.la \ + $(top_builddir)/libversit/libversit.a \ $(IMPORTERS_LIBS) evolution_gnomecard_importer_SOURCES = \ @@ -64,7 +64,7 @@ evolution_gnomecard_importer_LDADD = \ $(top_builddir)/libibex/libibex.la \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/e-util/ename/libename.la \ - $(top_builddir)/libversit/libversit.la \ + $(top_builddir)/libversit/libversit.a \ $(IMPORTERS_LIBS) oafdir = $(datadir)/oaf |