summaryrefslogtreecommitdiff
path: root/src/utils/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-04-15 15:46:15 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-04-15 15:46:15 +0000
commita8c732492a0a3e2bc576d945b9d6a964a082b96e (patch)
tree97d94b1486684ecf20d37db34fd04454509db7da /src/utils/Makefile
parent87890ea35e827b23daeb21028efca73f11f2d659 (diff)
downloadlibparserutils-a8c732492a0a3e2bc576d945b9d6a964a082b96e.tar.gz
libparserutils-a8c732492a0a3e2bc576d945b9d6a964a082b96e.tar.bz2
Remove chunkarray implementation. It's unused.
svn path=/trunk/libparserutils/; revision=7093
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 ad78422..b290ef1 100644
--- a/src/utils/Makefile
+++ b/src/utils/Makefile
@@ -1,4 +1,4 @@
# Sources
-DIR_SOURCES := chunkarray.c buffer.c errors.c stack.c vector.c
+DIR_SOURCES := buffer.c errors.c stack.c vector.c
include build/makefiles/Makefile.subdir