diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-09-25 12:57:30 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-09-25 12:57:30 +0000 |
commit | 3a075f3f40c34c6bf47ab38e5265feb0c5566731 (patch) | |
tree | f6cc532e3e5b89ec6510b845bae9ca957df7c240 /Makefile.am | |
parent | 1b70c51de336a76c0fe31db9d2f991e6e2cc990b (diff) | |
download | fetchmail-3a075f3f40c34c6bf47ab38e5265feb0c5566731.tar.gz fetchmail-3a075f3f40c34c6bf47ab38e5265feb0c5566731.tar.bz2 fetchmail-3a075f3f40c34c6bf47ab38e5265feb0c5566731.zip |
Fix typo.
svn path=/trunk/; revision=4333
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8a828809..ed668b5b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,7 +46,7 @@ TESTS= regression endif fetchmail_SOURCES= fetchmail.h getopt.h \ - i18n.h kerberos.h md5.h mx.h netrc.hsmtp.h \ + i18n.h kerberos.h md5.h mx.h netrc.h smtp.h \ socket.h tunable.h \ socket.c getpass.c pop2.c pop3.c imap.c etrn.c \ odmr.c fetchmail.c env.c idle.c options.c daemon.c \ |