diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2017-04-22 23:20:24 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2017-04-22 23:22:32 +0200 |
commit | 6ae9c025819d4cc8e7e23308e4834af4ec695945 (patch) | |
tree | 8407bc5f2e696d3c8104ac3d8e96851d7b88432a /Makefile.am | |
parent | c36be3453b906381c9580fa0ef8c6b652fcb6cfe (diff) | |
download | fetchmail-6ae9c025819d4cc8e7e23308e4834af4ec695945.tar.gz fetchmail-6ae9c025819d4cc8e7e23308e4834af4ec695945.tar.bz2 fetchmail-6ae9c025819d4cc8e7e23308e4834af4ec695945.zip |
Remove last traces of gethostbyname().
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 ded5dd32..af9dfeaa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,10 +33,10 @@ noinst_LIBRARIES= libfm.a libfm_a_SOURCES= xmalloc.c base64.c rfc822.c report.c rfc2047e.c \ servport.c ntlm.h smbbyteorder.h smbdes.h smbmd4.h \ smbencrypt.h smbdes.c smbencrypt.c smbmd4.c smbutil.c \ - libesmtp/gethostbyname.h libesmtp/gethostbyname.c \ smbtypes.h fm_getaddrinfo.c starttls.c rfc822valid.c \ xmalloc.h sdump.h sdump.c x509_name_match.c \ fm_strl.h md5c.c + if NTLM_ENABLE libfm_a_SOURCES += ntlmsubr.c endif |