summaryrefslogtreecommitdiff
path: root/src/utils/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-05-10 00:16:42 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-05-10 00:16:42 +0000
commit419e9a6766e9676fc1905291eeccaf655c8d5b09 (patch)
tree33f02eaf082449ca4f8b330c19c96138f5537e7c /src/utils/Makefile
parent2777a04ed2ba4fd36138b991d66a32a283361f7e (diff)
downloadlibparserutils-419e9a6766e9676fc1905291eeccaf655c8d5b09.tar.gz
libparserutils-419e9a6766e9676fc1905291eeccaf655c8d5b09.tar.bz2
Have some generic dictionary implementation.
Even comes with testcases, which is nice. svn path=/trunk/libparserutils/; revision=4138
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 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)))