From aa0aa44aaab4b0693400dc4307822ac493014224 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 30 Nov 2008 16:35:19 +0000 Subject: New datastructures: + Chunked array + Hash table (open addressing) Constify parameter to parserutils_stack_push svn path=/trunk/libparserutils/; revision=5850 --- src/utils/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/utils/Makefile') 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))) -- cgit v1.2.3