aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-08-27 21:33:04 +0200
committerMatthias Andree <matthias.andree@gmx.de>2010-08-27 21:33:04 +0200
commit8d10076819e41620147013c8446809c085b1e0bf (patch)
tree074eca4844c61409f42fcf0a093c9b7c4adba642 /Makefile.am
parent480b13c7e6d83543a82b2974a3af0c8864d7b6a7 (diff)
downloadfetchmail-8d10076819e41620147013c8446809c085b1e0bf.tar.gz
fetchmail-8d10076819e41620147013c8446809c085b1e0bf.tar.bz2
fetchmail-8d10076819e41620147013c8446809c085b1e0bf.zip
X.509 matching split out; disallow TLD wildcards.
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 0e597d05..6a12786b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,7 +38,7 @@ libfm_a_SOURCES= xmalloc.c base64.c rfc822.c report.c rfc2047e.c \
smbencrypt.h smbdes.c smbencrypt.c smbmd4.c smbutil.c \
libesmtp/gethostbyname.h libesmtp/gethostbyname.c \
smbtypes.h fm_getaddrinfo.c tls.c rfc822valid.c \
- xmalloc.h sdump.h sdump.c
+ xmalloc.h sdump.h sdump.c x509_name_match.c
libfm_a_LIBADD= $(EXTRAOBJ)
libfm_a_DEPENDENCIES= $(EXTRAOBJ)
LDADD = libfm.a @LIBINTL@ $(LIBOBJS)