summaryrefslogtreecommitdiff
path: root/src/utils/Makefile
diff options
context:
space:
mode:
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 2ea94f2..93a8db5 100644
--- a/src/utils/Makefile
+++ b/src/utils/Makefile
@@ -35,7 +35,7 @@ d := $(DIR)
override CFLAGS := $(CFLAGS) -I$(d)
# Sources
-SRCS_$(d) := buffer.c dict.c errors.c rbtree.c
+SRCS_$(d) := buffer.c dict.c errors.c rbtree.c stack.c vector.c
# Append to sources for component
SOURCES += $(addprefix $(d), $(SRCS_$(d)))