hi!
little fix to get todays anoncvs compiled again.
libeshell.a wasnt converted correctly to libeshell.la
in executive-summary/component/Makefile.am. this might
be fixed already but for those who still needs it.
doesnt hurt :-)
--
Name....: Ali Akcaagac
Status..: Student Of Computer & Economic Science
E-Mail..: mailto:[EMAIL PROTECTED]
WWW.....: http://www.fh-wilhelmshaven.de/~akcaagaa
--- executive-summary/component/Makefile.am.orig Sun May 27 09:27:00 2001
+++ executive-summary/component/Makefile.am Sun May 27 10:24:36 2001
@@ -57,7 +57,7 @@
main.c
evolution_executive_summary_LDADD = \
- $(top_builddir)/shell/libeshell.a \
+ $(top_builddir)/shell/libeshell.la \
$(top_builddir)/widgets/misc/libemiscwidgets.a \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/executive-summary/evolution-services/libevolution-services.la
\