summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpixel <pixel>2008-01-28 12:49:06 +0000
committerpixel <pixel>2008-01-28 12:49:06 +0000
commit7ecf94d4b339bc2197f449f0f1538f2915313087 (patch)
tree02167bb1970b7adb53bf7aaa5bb5aaf726d11932 /Makefile
parenta578df37ca8c4c130f28ccfd12948bc2fe429526 (diff)
Trying with a hashtable instead of a dumb structure.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5900267..5971ac3 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,9 @@ SOURCE_LIST = \
MPQCryptography.c \
errors.c \
extract.c \
+lookupa.c \
+hashtab.c \
+recycle.c \
mpq-bios.c \
mpq-errors.c \
mpq-file.c \