summaryrefslogtreecommitdiff
path: root/src/utils/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-07-30 19:59:38 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-07-30 19:59:38 +0000
commitda16febcd7e453e26fc7eba5c33afe27f00d1134 (patch)
treedca483b3c17b08425689fa218b299c77a82d21dc /src/utils/Makefile
parent0f4f9f6d91f1f842f8cf6691cfcd39d34234adcd (diff)
downloadlibparserutils-da16febcd7e453e26fc7eba5c33afe27f00d1134.tar.gz
libparserutils-da16febcd7e453e26fc7eba5c33afe27f00d1134.tar.bz2
Make parserutils_dict_entry public.
Add basic implementations of a stack and a vector. svn path=/trunk/libparserutils/; revision=4824
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)))