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-16 03:37:42 +0400
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-08-16 03:37:42 +0400
commit3c3ffb2bab7f83f2fc348ead5e871151bc6b64ca (patch)
treee217f08eb1c005edfabd965adcb8c73f9544da4a /source/nan_link.mk
parenta6089f8238891580eae675d19d39b831dab82e02 (diff)
Remove dynamic link directive as it seems we keep on with static approach.
Diffstat (limited to 'source/nan_link.mk')
-rw-r--r--source/nan_link.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/nan_link.mk b/source/nan_link.mk
index a317c8a36ad..a73769c3fc8 100644
--- a/source/nan_link.mk
+++ b/source/nan_link.mk
@@ -97,7 +97,6 @@ ifeq ($(OS),linux)
COMMENT = "MESA 3.1"
LLIBS = -L$(NAN_MESA)/lib -L/usr/X11R6/lib -lXmu -lXext -lX11 -lXi
LLIBS += -lutil -lc -lm -ldl -lpthread
- LLIBS += -lsamplerate
LLIBS += -lpython$(NAN_PYTHON_VERSION)
LOPTS = -export-dynamic
DADD = -lGL -lGLU