diff -Naur dictd-1.9.11/Makefile.in dictd-1.9.11.utf/Makefile.in --- dictd-1.9.11/Makefile.in 2003-11-05 02:25:10 +0100 +++ dictd-1.9.11.utf/Makefile.in 2004-01-06 09:03:28 +0100 @@ -121,7 +121,7 @@ endif NETOBJS= daemon.o strategy.o net.o servscan.o servparse.o md5.o -CLIOBJS= net.o clientscan.o clientparse.o md5.o +CLIOBJS= net.o clientscan.o clientparse.o md5.o mbtowc.o mbrtowc.o TMPS= servscan.c servparse.c servparse.h \ clientscan.c clientparse.c clientparse.h