From a765f54b1a20bc8a5d12187b49a6da9652cc6bf6 Mon Sep 17 00:00:00 2001 From: Daniel Genrich Date: Sun, 28 Sep 2008 02:17:05 +0000 Subject: [PATCH] Commiting fftw lib into extern for ocean patch --- extern/SConscript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extern/SConscript b/extern/SConscript index 6612d38f4cf..ce425ef9579 100644 --- a/extern/SConscript +++ b/extern/SConscript @@ -31,3 +31,5 @@ if env['WITH_BF_REDCODE'] and env['BF_REDCODE_LIB'] == '': if env['OURPLATFORM'] == 'linux2': SConscript(['binreloc/SConscript']); + +SConscript(['fftw/SConscript'])