diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-05-17 03:19:16 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-05-17 03:19:16 +0800 |
commit | 9d5f54f176d09cf81adeb02b4cfb0553100d4a1b (patch) | |
tree | 5c2b93c6a06d54f3328d1b5b381a3ea9f1dd49a5 /mail/Makefile.am | |
parent | 073927075b22b5a2988e299e91d2ccb7ec58c1c8 (diff) | |
download | gsoc2013-evolution-9d5f54f176d09cf81adeb02b4cfb0553100d4a1b.tar.gz gsoc2013-evolution-9d5f54f176d09cf81adeb02b4cfb0553100d4a1b.tar.zst gsoc2013-evolution-9d5f54f176d09cf81adeb02b4cfb0553100d4a1b.zip |
added folder-info.h to the build
svn path=/trunk/; revision=16935
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 4af34f5fa0..f85e1ace6a 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -71,6 +71,7 @@ evolution_mail_SOURCES = \ folder-browser-window.c \ folder-browser-window.h \ folder-info.c \ + folder-info.h \ mail-accounts.c \ mail-accounts.h \ mail-account-editor.c \ |