From b88a50bdd3b4223be5a235f20f275ca87c62a7bb Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 7 Nov 2004 23:50:34 +0000 Subject: Provide iana_charset, a normalized IANA charmap name. svn path=/trunk/; revision=3980 --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') 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 ; } -- cgit v1.2.3