diff options
author | Dan Winship <danw@src.gnome.org> | 2001-07-20 00:38:20 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-07-20 00:38:20 +0800 |
commit | 70a05252bed2ef26daff458e94ed39a6c95ec423 (patch) | |
tree | 4e4e512018c8010f7a02f6e497859c72f987665d | |
parent | a7155df7c1dea51c87a8639cfaa620c167b10095 (diff) | |
download | gsoc2013-evolution-70a05252bed2ef26daff458e94ed39a6c95ec423.tar gsoc2013-evolution-70a05252bed2ef26daff458e94ed39a6c95ec423.tar.gz gsoc2013-evolution-70a05252bed2ef26daff458e94ed39a6c95ec423.tar.bz2 gsoc2013-evolution-70a05252bed2ef26daff458e94ed39a6c95ec423.tar.lz gsoc2013-evolution-70a05252bed2ef26daff458e94ed39a6c95ec423.tar.xz gsoc2013-evolution-70a05252bed2ef26daff458e94ed39a6c95ec423.tar.zst gsoc2013-evolution-70a05252bed2ef26daff458e94ed39a6c95ec423.zip |
remove something notzed didn't mean to commit
svn path=/trunk/; revision=11228
-rw-r--r-- | mail/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 004ed4e932..b29861960c 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -106,7 +106,7 @@ evolution_mail_SOURCES = \ message-list.h \ subscribe-dialog.c \ subscribe-dialog.h \ - mail.h mcheck.c + mail.h evolution_mail_LDADD = \ $(top_builddir)/camel/libcamel.la \ |