summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/lib.mak
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2012-01-17 19:06:55 +0000
committer Aaron Giles <aaron@aarongiles.com>2012-01-17 19:06:55 +0000
commit49f15acb7d06857c0c8cdb8e837057f05c4f0a8b (patch)
tree805a028d8e52dda49196816f8454b3f2c04dc262 /src/lib/lib.mak
parentc8fd0760b8b60e266d38eec880e07845f1842552 (diff)
tagmap is just a C++ template now. Added iterators to it as
well. Updated a few outlying uses.
Diffstat (limited to 'src/lib/lib.mak')
-rw-r--r--src/lib/lib.mak1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/lib.mak b/src/lib/lib.mak
index 6b98c10a191..d23462bb9b4 100644
--- a/src/lib/lib.mak
+++ b/src/lib/lib.mak
@@ -48,7 +48,6 @@ UTILOBJS = \
$(LIBOBJ)/util/png.o \
$(LIBOBJ)/util/pool.o \
$(LIBOBJ)/util/sha1.o \
- $(LIBOBJ)/util/tagmap.o \
$(LIBOBJ)/util/unicode.o \
$(LIBOBJ)/util/unzip.o \
$(LIBOBJ)/util/vbiparse.o \