diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-29 02:43:41 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-29 02:43:41 +0800 |
commit | 2a62fc778c898effc4d76f1380691ac574092bdb (patch) | |
tree | ca4c29f51df2d8ac97e55198cd9f3dc97860f323 /mail/Makefile.am | |
parent | 8a7316508eb8e35980009ded5338a50b7f35b723 (diff) | |
download | gsoc2013-evolution-2a62fc778c898effc4d76f1380691ac574092bdb.tar gsoc2013-evolution-2a62fc778c898effc4d76f1380691ac574092bdb.tar.gz gsoc2013-evolution-2a62fc778c898effc4d76f1380691ac574092bdb.tar.bz2 gsoc2013-evolution-2a62fc778c898effc4d76f1380691ac574092bdb.tar.lz gsoc2013-evolution-2a62fc778c898effc4d76f1380691ac574092bdb.tar.xz gsoc2013-evolution-2a62fc778c898effc4d76f1380691ac574092bdb.tar.zst gsoc2013-evolution-2a62fc778c898effc4d76f1380691ac574092bdb.zip |
Fix whitespace errors in mail/Makefile.am
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index e1b0da9475..edae1da8cb 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -66,7 +66,7 @@ mailinclude_HEADERS = \ em-filter-editor.h \ em-filter-folder-element.h \ em-filter-rule.h \ - em-filter-source-element.h \ + em-filter-source-element.h \ em-folder-browser.h \ em-folder-tree-model.h \ em-folder-tree.h \ @@ -149,7 +149,7 @@ endif libevolution_mail_la_LIBADD = \ - $(top_builddir)/mail/libevolution-mail-shared.la \ + $(top_builddir)/mail/libevolution-mail-shared.la \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/shell/libeshell.la \ $(top_builddir)/widgets/table/libetable.la \ @@ -181,7 +181,7 @@ libevolution_mail_shared_la_SOURCES = \ em-event.c \ em-config.c \ em-composer-utils.c \ - em-composer-utils.h \ + em-composer-utils.h \ em-filter-context.c \ em-filter-context.h \ em-filter-editor.c \ |