aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-07-02 19:13:00 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-07-02 19:13:00 +0800
commit42129a0187436c8a6654c545089511cf05095904 (patch)
treee585f643fa53ae360e8ee38df9436ed959041524 /my-evolution
parent4efb16de0a0ee5022ae480014b9c1bc2269fe21e (diff)
downloadgsoc2013-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
Diffstat (limited to 'my-evolution')
-rw-r--r--my-evolution/ChangeLog5
-rw-r--r--my-evolution/Makefile.am3
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 \