From 419e9a6766e9676fc1905291eeccaf655c8d5b09 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 10 May 2008 00:16:42 +0000 Subject: Have some generic dictionary implementation. Even comes with testcases, which is nice. svn path=/trunk/libparserutils/; revision=4138 --- 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 e053673..2ea94f2 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 errors.c +SRCS_$(d) := buffer.c dict.c errors.c rbtree.c # Append to sources for component SOURCES += $(addprefix $(d), $(SRCS_$(d))) -- cgit v1.2.3