diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |