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:
authorDiego Borghetti <bdiego@gmail.com>2008-05-26 01:11:34 +0400
committerDiego Borghetti <bdiego@gmail.com>2008-05-26 01:11:34 +0400
commit5263021aa8608252a6db44208f2bee89bdc7e4de (patch)
tree349a66e7a6c4e4eabe8824c39cf6466b73faf2c7 /source/blender/nodes
parent7f6fc12d8c348689774b4f681728174db62d3abb (diff)
Commit patch #9059 by gsrb3d
Unnecesary include path in Makefile.
Diffstat (limited to 'source/blender/nodes')
-rw-r--r--source/blender/nodes/intern/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/nodes/intern/Makefile b/source/blender/nodes/intern/Makefile
index 12b3616df25..7cf2411ed84 100644
--- a/source/blender/nodes/intern/Makefile
+++ b/source/blender/nodes/intern/Makefile
@@ -35,8 +35,6 @@ include nan_compile.mk
CFLAGS += $(LEVEL_1_C_WARNINGS)
-CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)
-CPPFLAGS += -I../../python
CPPFLAGS += -I../../blenkernel
CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
CPPFLAGS += -I../../makesdna