From b8f2835ba28e7dec09086599127c48b54c9fd3e7 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Thu, 22 May 2003 17:16:41 +0000 Subject: Stage two of removing ssl support. I've modified things so it nolonger uses the stuff in blender/source/blender/verify This should be working for both the old Makefiles and the autoconf stuff. People working with other build systems please update them, both blender/source/blender/verify and sign will be going away soon. (Next step is to get rid of blender/intern/keymaker) Kent --- source/blender/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/Makefile') diff --git a/source/blender/Makefile b/source/blender/Makefile index 45cd1d252a2..f860b30881e 100644 --- a/source/blender/Makefile +++ b/source/blender/Makefile @@ -34,7 +34,7 @@ include nan_definitions.mk DIRS = blenloader -DIRS += deflate inflate encrypt decrypt verify +DIRS += deflate inflate encrypt decrypt DIRS += writestreamglue readstreamglue writeblenfile readblenfile DIRS += avi imbuf img render radiosity blenlib blenkernel blenpluginapi DIRS += bpython makesdna src renderconverter -- cgit v1.2.3