summaryrefslogtreecommitdiff
path: root/src/utils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/Makefile')
-rw-r--r--src/utils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils/Makefile b/src/utils/Makefile
index c786a09..f32ef72 100644
--- a/src/utils/Makefile
+++ b/src/utils/Makefile
@@ -35,7 +35,8 @@ d := $(DIR)
CFLAGS := $(CFLAGS) -I$(d)
# Sources
-SRCS_$(d) := buffer.c dict.c errors.c rbtree.c stack.c vector.c
+SRCS_$(d) := chunkarray.c buffer.c dict.c errors.c hash.c rbtree.c stack.c \
+ vector.c
# Append to sources for component
SOURCES += $(addprefix $(d), $(SRCS_$(d)))