aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/Makefile.common6
1 files changed, 4 insertions, 2 deletions
diff --git a/wsutil/Makefile.common b/wsutil/Makefile.common
index a0946a2375..9356bf92ad 100644
--- a/wsutil/Makefile.common
+++ b/wsutil/Makefile.common
@@ -32,11 +32,13 @@ LIBWSUTIL_SRC = \
encap_util.c \
mpeg-audio.c \
privileges.c \
- str_util.c
+ str_util.c \
+ type_util.c
# Header files that are not generated from other files
LIBWSUTIL_INCLUDES = \
encap_util.h \
mpeg-audio.h \
privileges.h \
- str_util.h
+ str_util.h \
+ type_util.h