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 4301e43349..76a7a02cf7 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,7 @@ +2001-06-14 JP Rosevear <jpr@ximian.com> + + * Makefile.am: add my-evolution-html.h to the sources + 2001-06-13 JP Rosevear <jpr@ximian.com> * Makefile.am: Make e-summary-type.h a source so it gets disted diff --git a/my-evolution/Makefile.am b/my-evolution/Makefile.am index c368e5fe19..0050ff4e5d 100644 --- a/my-evolution/Makefile.am +++ b/my-evolution/Makefile.am @@ -46,7 +46,8 @@ evolution_executive_summary_SOURCES = \ e-summary-weather.h \ main.c \ metar.c \ - metar.h + metar.h \ + my-evolution-html.h evolution_executive_summary_LDADD = \ $(top_builddir)/shell/libeshell.la \ |