diff options
author | JP Rosevear <jpr@ximian.com> | 2001-06-16 01:12:09 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-06-16 01:12:09 +0800 |
commit | d90fbb36059b624936bb7a795fe22a32d66163bd (patch) | |
tree | 9d70303c511d692d38a9825e44fbc62264c51332 /my-evolution | |
parent | b461c51f7c9c42d5933572a7c565462c252760c9 (diff) | |
download | gsoc2013-evolution-d90fbb36059b624936bb7a795fe22a32d66163bd.tar gsoc2013-evolution-d90fbb36059b624936bb7a795fe22a32d66163bd.tar.gz gsoc2013-evolution-d90fbb36059b624936bb7a795fe22a32d66163bd.tar.bz2 gsoc2013-evolution-d90fbb36059b624936bb7a795fe22a32d66163bd.tar.lz gsoc2013-evolution-d90fbb36059b624936bb7a795fe22a32d66163bd.tar.xz gsoc2013-evolution-d90fbb36059b624936bb7a795fe22a32d66163bd.tar.zst gsoc2013-evolution-d90fbb36059b624936bb7a795fe22a32d66163bd.zip |
Get weather.h disted
2001-06-15 JP Rosevear <jpr@ximian.com>
* Makefile.am: Get weather.h disted
svn path=/trunk/; revision=10253
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 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 \ |