summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 667b867..c41f319 100644
--- a/Makefile
+++ b/Makefile
@@ -6,12 +6,12 @@ CPPFLAGS = -g -Wall -Werror -D_FILE_OFFSET_BITS=64 -I.
LDFLAGS = -g -lz
SOURCE_LIST = \
-MPQCryptography.c \
errors.c \
lookupa.c \
hashtab.c \
recycle.c \
mpq-bios.c \
+mpq-crypto.c \
mpq-errors.c \
mpq-file.c \
mpq-fs.c \