diff options
author | JP Rosevear <jpr@ximian.com> | 2001-06-15 03:53:03 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-06-15 03:53:03 +0800 |
commit | b9eab086bd7606ac93c42ac5acf811f8d592ea6a (patch) | |
tree | 44429471ebe6b1ec099ae8d538758ca9e0b9230d /my-evolution | |
parent | c36fc3d8ee98051907b1dae8dd0f0c3a8fdf2195 (diff) | |
download | gsoc2013-evolution-b9eab086bd7606ac93c42ac5acf811f8d592ea6a.tar gsoc2013-evolution-b9eab086bd7606ac93c42ac5acf811f8d592ea6a.tar.gz gsoc2013-evolution-b9eab086bd7606ac93c42ac5acf811f8d592ea6a.tar.bz2 gsoc2013-evolution-b9eab086bd7606ac93c42ac5acf811f8d592ea6a.tar.lz gsoc2013-evolution-b9eab086bd7606ac93c42ac5acf811f8d592ea6a.tar.xz gsoc2013-evolution-b9eab086bd7606ac93c42ac5acf811f8d592ea6a.tar.zst gsoc2013-evolution-b9eab086bd7606ac93c42ac5acf811f8d592ea6a.zip |
add my-evolution-html.h to the sources
2001-06-14 JP Rosevear <jpr@ximian.com>
* Makefile.am: add my-evolution-html.h to the sources
svn path=/trunk/; revision=10235
Diffstat (limited to 'my-evolution')
-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 \ |