diff options
| author | Pixel <pixel@nobis-crew.org> | 2009-08-05 11:36:56 -0700 | 
|---|---|---|
| committer | Pixel <pixel@nobis-crew.org> | 2009-08-05 11:59:23 -0700 | 
| commit | c579f3458775ca45bd86dcb9b8ef09e7d2a03bdc (patch) | |
| tree | a054b50a09c52e9f8f982c1b449cc6dddee18bea /Makefile | |
| parent | d6323e7bd7f817c13ce992ef118cbcf4127ad076 (diff) | |
MPQCryptography.c doesn't really have anything to do anymore with its original piece of code; cleaning it up and renaming it.
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 \ | 
