aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-08-02 00:31:27 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-08-02 00:31:27 +0000
commit9042eba522e8c99da720ad31c0aafc7c03374e26 (patch)
tree009bbf525765c578c585ac4ca53e52f883968ef4 /Makefile.am
parent7fb4f88045498caa235354b1c585bb5f7dda6ce9 (diff)
downloadfetchmail-9042eba522e8c99da720ad31c0aafc7c03374e26.tar.gz
fetchmail-9042eba522e8c99da720ad31c0aafc7c03374e26.tar.bz2
fetchmail-9042eba522e8c99da720ad31c0aafc7c03374e26.zip
Add new servport.c file to resolve service -> port for non-IPv6 builds.
svn path=/trunk/; revision=4216
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 64587c70..39c8064b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,7 +41,7 @@ endif
fetchmail_SOURCES= fetchmail.h getopt.h \
i18n.h kerberos.h md5.h mx.h netrc.h ntlm.h \
smbbyteorder.h smbdes.h smbmd4.h smbencrypt.h smtp.h \
- socket.h tunable.h \
+ socket.h tunable.h servport.c \
socket.c getpass.c pop2.c pop3.c imap.c etrn.c \
odmr.c fetchmail.c env.c idle.c options.c daemon.c \
driver.c transact.c sink.c smtp.c \