diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-02 19:13:00 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-02 19:13:00 +0800 |
commit | 42129a0187436c8a6654c545089511cf05095904 (patch) | |
tree | e585f643fa53ae360e8ee38df9436ed959041524 | |
parent | 4efb16de0a0ee5022ae480014b9c1bc2269fe21e (diff) | |
download | gsoc2013-evolution-42129a0187436c8a6654c545089511cf05095904.tar gsoc2013-evolution-42129a0187436c8a6654c545089511cf05095904.tar.gz gsoc2013-evolution-42129a0187436c8a6654c545089511cf05095904.tar.bz2 gsoc2013-evolution-42129a0187436c8a6654c545089511cf05095904.tar.lz gsoc2013-evolution-42129a0187436c8a6654c545089511cf05095904.tar.xz gsoc2013-evolution-42129a0187436c8a6654c545089511cf05095904.tar.zst gsoc2013-evolution-42129a0187436c8a6654c545089511cf05095904.zip |
Add `e-summary-preferences.h'.
* Makefile.am (evolution_executive_summary_SOURCES): Add
`e-summary-preferences.h'.
svn path=/trunk/; revision=10674
-rw-r--r-- | my-evolution/ChangeLog | 5 | ||||
-rw-r--r-- | my-evolution/Makefile.am | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index b0c4239a1b..16fae43167 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,8 @@ +2001-07-02 Ettore Perazzoli <ettore@ximian.com> + + * Makefile.am (evolution_executive_summary_SOURCES): Add + `e-summary-preferences.h'. + 2001-06-30 Iain Holmes <iain@ximian.com> * e-summary-preferences.c (fill_rdf_all_clist): Load the URLs from a diff --git a/my-evolution/Makefile.am b/my-evolution/Makefile.am index f52d7b3741..11bdee5faa 100644 --- a/my-evolution/Makefile.am +++ b/my-evolution/Makefile.am @@ -43,8 +43,9 @@ evolution_executive_summary_SOURCES = \ e-summary-offline-handler.c \ e-summary-offline-handler.h \ e-summary-preferences.c \ - e-summary-rdf.h \ + e-summary-preferences.h \ e-summary-rdf.c \ + e-summary-rdf.h \ e-summary-type.h \ e-summary-weather.c \ e-summary-weather.h \ |