Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/Makefile')
-rw-r--r--source/blender/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/Makefile b/source/blender/Makefile
index eb139d8d617..e62d4a95f9e 100644
--- a/source/blender/Makefile
+++ b/source/blender/Makefile
@@ -39,6 +39,10 @@ DIRS += writestreamglue readstreamglue writeblenfile readblenfile
DIRS += avi imbuf img render radiosity blenlib blenkernel blenpluginapi
DIRS += bpython makesdna src renderconverter
+ifeq ($(INTERNATIONAL), true)
+ DIRS += ftfont
+endif
+
ifeq ($(WITH_QUICKTIME), true)
DIRS += quicktime
endif