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
path: root/source
diff options
context:
space:
mode:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2010-12-02 20:30:28 +0300
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2010-12-02 20:30:28 +0300
commit165636690350cf687f2fe0b32fb3f2d0573ef846 (patch)
tree2a921b3cb1ea207cfb41cdca5b210f7779d92b8a /source
parent30179f4dc66ff45a5e0077962c0151d7e7865ca1 (diff)
Update include paths for fonts in image stat display (rev33422).
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/space_image/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_image/Makefile b/source/blender/editors/space_image/Makefile
index 773a6920961..87e706246de 100644
--- a/source/blender/editors/space_image/Makefile
+++ b/source/blender/editors/space_image/Makefile
@@ -41,6 +41,7 @@ CPPFLAGS += -I$(OPENGL_HEADERS)
# not very neat....
CPPFLAGS += -I../../windowmanager
CPPFLAGS += -I../../blenkernel
+CPPFLAGS += -I../../blenfont
CPPFLAGS += -I../../blenlib
CPPFLAGS += -I../../makesdna
CPPFLAGS += -I../../makesrna