aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-08-14 06:17:53 +0800
committerDan Winship <danw@src.gnome.org>2000-08-14 06:17:53 +0800
commit13fa05375c32edc73df82eb2ff9c44bf4d28bdac (patch)
tree5000589b0e49e924c5391a052366aef3262be98d
parentc6d2fa923291fcf846b8ebde769d50dccf6025a6 (diff)
downloadgsoc2013-evolution-13fa05375c32edc73df82eb2ff9c44bf4d28bdac.tar
gsoc2013-evolution-13fa05375c32edc73df82eb2ff9c44bf4d28bdac.tar.gz
gsoc2013-evolution-13fa05375c32edc73df82eb2ff9c44bf4d28bdac.tar.bz2
gsoc2013-evolution-13fa05375c32edc73df82eb2ff9c44bf4d28bdac.tar.lz
gsoc2013-evolution-13fa05375c32edc73df82eb2ff9c44bf4d28bdac.tar.xz
gsoc2013-evolution-13fa05375c32edc73df82eb2ff9c44bf4d28bdac.tar.zst
gsoc2013-evolution-13fa05375c32edc73df82eb2ff9c44bf4d28bdac.zip
add mail-local.h
* Makefile.am (evolution_mail_SOURCES): add mail-local.h svn path=/trunk/; revision=4813
-rw-r--r--mail/ChangeLog4
-rw-r--r--mail/Makefile.am3
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 46da2cd49e..13a8385d25 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,7 @@
+2000-08-13 Dan Winship <danw@helixcode.com>
+
+ * Makefile.am (evolution_mail_SOURCES): add mail-local.h
+
2000-08-13 Ettore Perazzoli <ettore@helixcode.com>
* mail-threads.c (read_msg): For now, don't do anything about
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 651bb71b66..6d1063f96d 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -55,6 +55,8 @@ evolution_mail_SOURCES = \
mail-display.h \
mail-format.c \
mail-identify.c \
+ mail-local.c \
+ mail-local.h \
mail-ops.c \
mail-ops.h \
mail-threads.c \
@@ -64,7 +66,6 @@ evolution_mail_SOURCES = \
mail-types.h \
mail-vfolder.c \
mail-vfolder.h \
- mail-local.c \
mail-view.c \
main.c \
message-list.c \