From e1d211de0928eec84230d73e5705b592ab86bca9 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 9 Oct 2010 10:21:30 +0200 Subject: Fix missing prototype for norm_charmap. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3