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:
-rw-r--r--source/blender/ftfont/intern/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/ftfont/intern/Makefile b/source/blender/ftfont/intern/Makefile
index 056f42c9bea..5aa5f8bf084 100644
--- a/source/blender/ftfont/intern/Makefile
+++ b/source/blender/ftfont/intern/Makefile
@@ -43,7 +43,8 @@ endif
CFLAGS += $(LEVEL_1_C_WARNINGS)
#CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
-#CPPFLAGS += -I../../makesdna
+CPPFLAGS += -I../../makesdna
+CPPFLAGS += -I../../blenkernel
CPPFLAGS += -I../../blenlib
CPPFLAGS += -I$(NAN_FTGL)/include
CPPFLAGS += -I$(NAN_GETTEXT)/include