aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2004-11-07 23:50:34 +0000
committerMatthias Andree <matthias.andree@gmx.de>2004-11-07 23:50:34 +0000
commitb88a50bdd3b4223be5a235f20f275ca87c62a7bb (patch)
tree812734d81b06c38a3d12f76384845eedc38bc18a /Makefile.am
parent45f96a4353f0ded18b0bbb9c854ed4804c401289 (diff)
downloadfetchmail-b88a50bdd3b4223be5a235f20f275ca87c62a7bb.tar.gz
fetchmail-b88a50bdd3b4223be5a235f20f275ca87c62a7bb.tar.bz2
fetchmail-b88a50bdd3b4223be5a235f20f275ca87c62a7bb.zip
Provide iana_charset, a normalized IANA charmap name.
svn path=/trunk/; revision=3980
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index cc8cbd15..bbd82289 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,7 +36,7 @@ fetchmail_SOURCES= fetchmail.h getopt.h \
opie.c rpa.c interface.c netrc.c \
unmime.c conf.c checkalias.c smbdes.c smbencrypt.c \
smbmd4.c smbutil.c ipv6-connect.c lock.c \
- rcfile_l.l rcfile_y.y
+ rcfile_l.l rcfile_y.y ucs/norm_charmap.c
check_PROGRAMS= rfc822 unmime netrc rfc2047e
@@ -64,7 +64,7 @@ DISTDOCS= FAQ FEATURES NOTES fetchmail-man.html fetchmail-FAQ.html \
# extra directories to ship
distdirs = rh-config contrib beos
-EXTRA_DIST= $(DISTDOCS) fetchmail.spec $(distdirs)
+EXTRA_DIST= $(DISTDOCS) fetchmail.spec $(distdirs) ucs/README.svn
FAQ: fetchmail-FAQ.html
AWK=$(AWK) $(SHELL) $(srcdir)/html2txt.sh $(srcdir)/fetchmail-FAQ.html >$@ || { rm -f $@ ; exit 1 ; }