diff options
author | Punit Jain <jpunit@novell.com> | 2011-11-09 23:46:12 +0800 |
---|---|---|
committer | Punit Jain <jpunit@novell.com> | 2011-11-09 23:46:12 +0800 |
commit | 7f962687ba526b96d56508b67bdd8d42a9ad188b (patch) | |
tree | c887b59b851640930568a8067d031e80bf7554b8 /mail/Makefile.am | |
parent | e13266896bbd6f1ae809479d09029b076c368135 (diff) | |
download | gsoc2013-evolution-7f962687ba526b96d56508b67bdd8d42a9ad188b.tar.gz gsoc2013-evolution-7f962687ba526b96d56508b67bdd8d42a9ad188b.tar.zst gsoc2013-evolution-7f962687ba526b96d56508b67bdd8d42a9ad188b.zip |
Bug #636214 fetch configuration details from server
Code changes
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 1ddbec649c..0a14a19ee9 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = . default importers +SUBDIRS = . default importers mail-autoconfig privsolib_LTLIBRARIES = libevolution-mail.la @@ -105,6 +105,7 @@ mailinclude_HEADERS = \ mail-autofilter.h \ mail-config.h \ mail-folder-cache.h \ + mail-guess-servers.h \ mail-mt.h \ mail-ops.h \ mail-send-recv.h \ @@ -178,6 +179,7 @@ libevolution_mail_la_SOURCES = \ mail-autofilter.c \ mail-config.c \ mail-folder-cache.c \ + mail-guess-servers.c \ mail-mt.c \ mail-ops.c \ mail-send-recv.c \ |