summaryrefslogtreecommitdiff
path: root/src/utils/Makefile
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-06-26 09:19:59 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-06-26 09:19:59 +0000
commit9acb291f49419a1ebe0235f6622ef4e2976f9f33 (patch)
tree17160c35fa7c0edb0f335cadb231a0268a779d2a /src/utils/Makefile
parent968646860abb10e7db6dc810fc13cb9d41ba3237 (diff)
downloadlibhubbub-9acb291f49419a1ebe0235f6622ef4e2976f9f33.tar.gz
libhubbub-9acb291f49419a1ebe0235f6622ef4e2976f9f33.tar.bz2
Add code to adjust foreign attributes, as per spec.
svn path=/trunk/hubbub/; revision=4454
Diffstat (limited to 'src/utils/Makefile')
-rw-r--r--src/utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/Makefile b/src/utils/Makefile
index c9cd076..1910dc0 100644
--- a/src/utils/Makefile
+++ b/src/utils/Makefile
@@ -32,7 +32,7 @@ dirstack_$(sp) := $(d)
d := $(DIR)
# Sources
-SRCS_$(d) := dict.c errors.c utf8.c utf16.c
+SRCS_$(d) := dict.c errors.c utf8.c utf16.c string.c
# Append to sources for component
SOURCES += $(addprefix $(d), $(SRCS_$(d)))