From: Sergey Poznyakoff Date: Sun, 22 Feb 2004 20:52:56 +0000 (+0000) Subject: Added utf8.c X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;ds=sidebyside;h=7a8bded5dd20e3ac78aadf3449046727c6f959d0;p=chaz%2Ftar Added utf8.c --- diff --git a/src/Makefile.am b/src/Makefile.am index 8174e0c..c1d7699 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -40,7 +40,8 @@ tar_SOURCES = \ sparse.c\ system.c\ tar.c\ - update.c + update.c\ + utf8.c localedir = $(datadir)/locale INCLUDES = -I$(top_srcdir)/lib -I../lib