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:
Diffstat (limited to 'intern/audaspace')
-rw-r--r--intern/audaspace/intern/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/intern/audaspace/intern/Makefile b/intern/audaspace/intern/Makefile
index a99f44c54d7..4bdca04c1cb 100644
--- a/intern/audaspace/intern/Makefile
+++ b/intern/audaspace/intern/Makefile
@@ -47,7 +47,7 @@ endif
ifeq ($(WITH_JACK),true)
CPPFLAGS += -DWITH_JACK
- CPPFLAGS += -I$(NAN_JACKCFLAGS)
+ CPPFLAGS += $(NAN_JACKCFLAGS)
CPPFLAGS += -I../jack
endif
@@ -58,6 +58,7 @@ endif
ifeq ($(WITH_SNDFILE),true)
CPPFLAGS += -DWITH_SNDFILE
+ CPPFLAGS += -I../sndfile
endif
CPPFLAGS += -I$(LCGDIR)/samplerate/include/