aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Makefile.am
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 /mail/Makefile.am
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
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r--mail/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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 \