aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-10-09 10:21:30 +0200
committerMatthias Andree <matthias.andree@gmx.de>2010-10-09 10:21:30 +0200
commite1d211de0928eec84230d73e5705b592ab86bca9 (patch)
treedf3b78c5c03391aabaccc69e178c9c06c1f9a9a3 /Makefile.am
parent0a29dc278b3c573681fb41a6e33ca4c8b1b375d7 (diff)
downloadfetchmail-e1d211de0928eec84230d73e5705b592ab86bca9.tar.gz
fetchmail-e1d211de0928eec84230d73e5705b592ab86bca9.tar.bz2
fetchmail-e1d211de0928eec84230d73e5705b592ab86bca9.zip
Fix missing prototype for norm_charmap.
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 211da3ae..c1318b0a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -71,7 +71,8 @@ fetchmail_SOURCES= fetchmail.h getopt.h \
opie.c interface.c netrc.c \
unmime.c conf.c checkalias.c \
lock.h lock.c \
- rcfile_l.l rcfile_y.y ucs/norm_charmap.c
+ rcfile_l.l rcfile_y.y \
+ ucs/norm_charmap.c ucs/norm_charmap.h
if POP2_ENABLE
fetchmail_SOURCES += pop2.c
endif