aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2008-12-17 10:51:53 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2008-12-17 10:51:53 +0000
commit096fd508729124cb79d59314729a9bada2789b54 (patch)
tree2b41b1d8b0941ef53f3f159e8b58d8b7d0da6e03 /wsutil
parentc0a8829bfd235bab3f48bb0a62867d27803a55e3 (diff)
commit forgotten changed file
svn path=/trunk/; revision=27035
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