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:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-10-28 21:31:13 +0300
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-10-28 21:31:13 +0300
commitce441678debae50624d4422ae5bccab011d9fb59 (patch)
tree023ee6448e3a0fe37e0d22b8036dd57b27fb5191 /source/blender/editors/screen/Makefile
parentb6459105b47526cd33851d4e00740fbd9d050ea4 (diff)
Fix compilation for r24142.
Diffstat (limited to 'source/blender/editors/screen/Makefile')
-rw-r--r--source/blender/editors/screen/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/editors/screen/Makefile b/source/blender/editors/screen/Makefile
index 00698917be5..87ba3337caa 100644
--- a/source/blender/editors/screen/Makefile
+++ b/source/blender/editors/screen/Makefile
@@ -49,11 +49,12 @@ CPPFLAGS += -I../../imbuf
CPPFLAGS += -I../../python
CPPFLAGS += -I../../render/extern/include
CPPFLAGS += -I../../blenfont
+CPPFLAGS += -I../../gpu
CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
-# own include
+# own include
-CPPFLAGS += -I../include
+CPPFLAGS += -I../include
ifeq ($(WITH_OPENEXR), true)
CPPFLAGS += -DWITH_OPENEXR