aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2009-08-05 16:27:47 +0000
committerMatthias Andree <matthias.andree@gmx.de>2009-08-05 16:27:47 +0000
commitc8f608f4c4c6d2eb6cb7b12cb60de04cadcb3750 (patch)
tree99b131162e6c7b1d87ea295ed09b1fbeb6ffd66f /Makefile.am
parent62acd57d67fff935e1c8a1796853e911869ee9f8 (diff)
downloadfetchmail-c8f608f4c4c6d2eb6cb7b12cb60de04cadcb3750.tar.gz
fetchmail-c8f608f4c4c6d2eb6cb7b12cb60de04cadcb3750.tar.bz2
fetchmail-c8f608f4c4c6d2eb6cb7b12cb60de04cadcb3750.zip
Add sdump(), split xmalloc.h out of fetchmail.h
svn path=/branches/BRANCH_6-3/; revision=5390
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 db6fb731..f8eea5d0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,7 +37,8 @@ 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 tls.c rfc822valid.c
+ smbtypes.h fm_getaddrinfo.c tls.c rfc822valid.c \
+ xmalloc.h sdump.h sdump.c
libfm_a_LIBADD= $(EXTRAOBJ)
libfm_a_DEPENDENCIES= $(EXTRAOBJ)
LDADD = libfm.a @LIBINTL@ $(LIBOBJS)