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-08-10 03:31:16 +0400
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-08-10 03:31:16 +0400
commitf71ef0874413d30be6d6e74500aa0a45628b5188 (patch)
tree84830e023819b182bbf51151078a1c5729ed8482
parent1b34950160cc1f781f1bb57d7cb4ac1277132cac (diff)
Add missing include paths.
-rw-r--r--intern/audaspace/intern/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/audaspace/intern/Makefile b/intern/audaspace/intern/Makefile
index 2ee7dc0b6a2..85dbbf8aa52 100644
--- a/intern/audaspace/intern/Makefile
+++ b/intern/audaspace/intern/Makefile
@@ -36,6 +36,8 @@ include nan_compile.mk
CCFLAGS += $(LEVEL_1_CPP_WARNINGS)
CPPFLAGS += -I../ffmpeg
+CPPFLAGS += -I../FX
CPPFLAGS += -I../SDL
+CPPFLAGS += -I../SRC
CPPFLAGS += -I..
CPPFLAGS += -I.