diff options
author | pixel <pixel> | 2008-01-14 22:55:37 +0000 |
---|---|---|
committer | pixel <pixel> | 2008-01-14 22:55:37 +0000 |
commit | a578df37ca8c4c130f28ccfd12948bc2fe429526 (patch) | |
tree | e1d35930f3d61e782886c3f8d9af182cc2ac78d0 /Makefile | |
parent | 5847522b96b2bd991c36c9f29638fe9b1c96f984 (diff) |
Removing the need for the libssl.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ LD = gcc AR = ar rcs CPPFLAGS = -g -Wall -Werror -D_FILE_OFFSET_BITS=64 -I. -LDFLAGS = -g -lssl +LDFLAGS = -g SOURCE_LIST = \ MPQCryptography.c \ |