diff options
author | Ladislav Zezula <ladislav.zezula@avg.com> | 2013-11-13 07:56:31 +0100 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avg.com> | 2013-11-13 07:56:31 +0100 |
commit | a70863499e5e9e6560477b8f4a0a594d6e62650e (patch) | |
tree | 21118705bf1d412ed9aea0b51daf25f98b4fabad /Makefile.linux | |
parent | 66b71713c2a60e6f6ccc55245b067dad34fd6154 (diff) |
+ Support for SQP and MPK archives
+ Makefiles fixed
Diffstat (limited to 'Makefile.linux')
-rw-r--r-- | Makefile.linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.linux b/Makefile.linux index e9d89c7..34440cf 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -231,7 +231,7 @@ COBJS = src/libtomcrypt/src/hashes/sha1.o \ src/pklib/explode.o \ src/zlib/crc32.o \ src/zlib/trees.o \ - src/zlib/compress2.o \ + src/zlib/compress.o \ src/zlib/adler32.o \ src/zlib/inftrees.o \ src/zlib/inffast.o \ |