diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-10-09 10:21:30 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-10-09 10:21:30 +0200 |
commit | e1d211de0928eec84230d73e5705b592ab86bca9 (patch) | |
tree | df3b78c5c03391aabaccc69e178c9c06c1f9a9a3 /Makefile.am | |
parent | 0a29dc278b3c573681fb41a6e33ca4c8b1b375d7 (diff) | |
download | fetchmail-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.am | 3 |
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 |