aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-10-05 02:19:17 +0200
committerMatthias Andree <matthias.andree@gmx.de>2010-10-05 02:19:17 +0200
commitecc8edf91ce64d4c9f242fc425fe407a8acfaae6 (patch)
treeefff3e10faa0caddaaa5fdb000efc64e45ec69cd /Makefile.am
parent33c07e0faee095585f6602d782a4fc10fbe8747a (diff)
downloadfetchmail-ecc8edf91ce64d4c9f242fc425fe407a8acfaae6.tar.gz
fetchmail-ecc8edf91ce64d4c9f242fc425fe407a8acfaae6.tar.bz2
fetchmail-ecc8edf91ce64d4c9f242fc425fe407a8acfaae6.zip
Fix prototype warnings, remove unused functions.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3f8f8ea0..211da3ae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,7 +38,8 @@ 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 x509_name_match.c
+ xmalloc.h sdump.h sdump.c x509_name_match.c \
+ fm_strl.h
libfm_a_LIBADD= $(EXTRAOBJ)
libfm_a_DEPENDENCIES= $(EXTRAOBJ)
LDADD = libfm.a @LIBINTL@ $(LIBOBJS)