From e58676f713febd33ae397fce69e4a5e2beb596c0 Mon Sep 17 00:00:00 2001 From: Diego Borghetti Date: Mon, 7 Jan 2008 19:34:38 +0000 Subject: Add missing Makefile for libpython.a The source/blender/Makefile don't have the "python" directory set in the DIRS var, so it skip build the python library. --- source/blender/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/Makefile') diff --git a/source/blender/Makefile b/source/blender/Makefile index 9ca8739dd95..7bd48aa7772 100644 --- a/source/blender/Makefile +++ b/source/blender/Makefile @@ -34,6 +34,7 @@ DIRS = windowmanager editors blenloader readblenfile DIRS += avi imbuf render radiosity blenlib blenkernel blenpluginapi DIRS += nodes DIRS += makesdna yafray +DIRS += python ifeq ($(INTERNATIONAL), true) DIRS += ftfont -- cgit v1.2.3