From 7a8bded5dd20e3ac78aadf3449046727c6f959d0 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sun, 22 Feb 2004 20:52:56 +0000 Subject: [PATCH] Added utf8.c --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.44.0