aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/Makefile.am')
-rw-r--r--wsutil/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/wsutil/Makefile.am b/wsutil/Makefile.am
index 08944cc917..661c535515 100644
--- a/wsutil/Makefile.am
+++ b/wsutil/Makefile.am
@@ -42,7 +42,9 @@ EXTRA_DIST = \
Makefile.common \
Makefile.nmake \
file_util.c \
- file_util.h
+ file_util.h \
+ unicode-utils.c \
+ unicode-utils.h
CLEANFILES = \
libwsutil.a \
@@ -55,4 +57,4 @@ MAINTAINERCLEANFILES = \
checkapi:
$(PERL) ../tools/checkAPIs.pl -g abort -g termoutput \
$(LIBWSUTIL_SRC)
-# file_util.c
+# file_util.c unicode-utils.c