diff options
-rw-r--r-- | my-evolution/ChangeLog | 4 | ||||
-rw-r--r-- | my-evolution/Makefile.am | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 8f302d1363..1d00df7de6 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,5 +1,9 @@ 2001-06-15 JP Rosevear <jpr@ximian.com> + * Makefile.am: Get weather.h disted + +2001-06-15 JP Rosevear <jpr@ximian.com> + * Makefile.am: Fix includes so that libical need not be installed 2001-06-14 JP Rosevear <jpr@ximian.com> diff --git a/my-evolution/Makefile.am b/my-evolution/Makefile.am index 48b1c4cd7f..441f12f1eb 100644 --- a/my-evolution/Makefile.am +++ b/my-evolution/Makefile.am @@ -49,7 +49,8 @@ evolution_executive_summary_SOURCES = \ main.c \ metar.c \ metar.h \ - my-evolution-html.h + my-evolution-html.h \ + weather.h evolution_executive_summary_LDADD = \ $(top_builddir)/shell/libeshell.la \ |