summaryrefslogtreecommitdiff
path: root/wsutil/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/Makefile.common')
-rw-r--r--wsutil/Makefile.common6
1 files changed, 4 insertions, 2 deletions
diff --git a/wsutil/Makefile.common b/wsutil/Makefile.common
index 0eb65f3ca7..7332d97d8e 100644
--- a/wsutil/Makefile.common
+++ b/wsutil/Makefile.common
@@ -56,7 +56,8 @@ LIBWSUTIL_SRC = \
rc4.c \
report_err.c \
tempfile.c \
- type_util.c
+ type_util.c \
+ u3.c
# Header files that are not generated from other files
LIBWSUTIL_INCLUDES = \
@@ -87,4 +88,5 @@ LIBWSUTIL_INCLUDES = \
report_err.h \
swar.h \
tempfile.h \
- type_util.h
+ type_util.h \
+ u3.h