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-11-09 23:08:19 +0300
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-11-09 23:08:19 +0300
commit3e2766bc2ee7523ea68caedc5b11e9498ddcbbc1 (patch)
treebc1744ec4bf32ef339a1190ef7599d5f935b8049 /source/nan_link.mk
parent8ab49a4c5e57f83f4855ed7aadd62b5a7736193f (diff)
Add FFTW3 support to Makefiles, make OpenJpeg use OS lib for Linux.
And handful of whitespace clean ups.
Diffstat (limited to 'source/nan_link.mk')
-rw-r--r--source/nan_link.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/nan_link.mk b/source/nan_link.mk
index 52e5c5de9ed..8f33c917526 100644
--- a/source/nan_link.mk
+++ b/source/nan_link.mk
@@ -170,4 +170,8 @@ ifeq ($(WITH_BF_OPENMP),true)
LLIBS += -lgomp
endif
+ifeq ($(WITH_FFTW3),true)
+ LLIBS += $(BF_FFTW3_LIBS)
+endif
+
LLIBS += $(NAN_PYTHON_LIB)