From 1714d1cfe2e932f1ab04467f611b8dbb377ead32 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Sun, 2 Oct 2011 17:58:21 +0000 Subject: Typo fix. nexYon commit caused bit-loss in the word incs. --- intern/audaspace/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern') diff --git a/intern/audaspace/SConscript b/intern/audaspace/SConscript index acf7b839f79..7ea82be39a5 100644 --- a/intern/audaspace/SConscript +++ b/intern/audaspace/SConscript @@ -3,7 +3,7 @@ Import ('env') sources = env.Glob('intern/*.cpp') + env.Glob('FX/*.cpp') + env.Glob('SRC/*.cpp') -ncs = '. intern FX SRC ' + env['BF_PTHREADS_INC'] +incs = '. intern FX SRC ' + env['BF_PTHREADS_INC'] defs = [] if env['WITH_BF_FFMPEG']: -- cgit v1.2.3