From 9acb291f49419a1ebe0235f6622ef4e2976f9f33 Mon Sep 17 00:00:00 2001 From: Andrew Sidwell Date: Thu, 26 Jun 2008 09:19:59 +0000 Subject: Add code to adjust foreign attributes, as per spec. svn path=/trunk/hubbub/; revision=4454 --- src/utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/Makefile') 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))) -- cgit v1.2.3