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-12-11 22:27:47 +0300
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-12-11 22:27:47 +0300
commit3fd73289bdbacf47a2b53fb135524a5d6bcb65bf (patch)
treef29568ed1cd6eff5ce2d120e975674d36c340670 /source/blender/blenlib
parentb7a344cf7c13ce614905a0042a0b869307ce0c28 (diff)
Add include path to access gpu_buffers.h from pbvh.c.
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/intern/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenlib/intern/Makefile b/source/blender/blenlib/intern/Makefile
index f729a4e3fe0..d8aed3ac0ed 100644
--- a/source/blender/blenlib/intern/Makefile
+++ b/source/blender/blenlib/intern/Makefile
@@ -50,6 +50,8 @@ CPPFLAGS += -I../../editors/include/
# path to zlib
CPPFLAGS += -I$(NAN_ZLIB)/include
+CPPFLAGS += -I../../gpu
+
ifdef NAN_PTHREADS
CPPFLAGS += -I$(NAN_PTHREADS)/include
endif