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-10 05:56:54 +0400
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-08-10 05:56:54 +0400
commit5fddab3fd8d6ff183f0a322b19231840b73c1239 (patch)
tree3fd4cef8b4cb35356c39c424a328b40f50f023cb /source/nan_link.mk
parent7440fee85c6d2d4c5854337ae8bf3ed7aea91a50 (diff)
Add initial support in Makefiles for audaspace.
Note: removed hardcoded path in include directive. Check other build systems.
Diffstat (limited to 'source/nan_link.mk')
-rw-r--r--source/nan_link.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/nan_link.mk b/source/nan_link.mk
index 4e32366956a..3c84e62049b 100644
--- a/source/nan_link.mk
+++ b/source/nan_link.mk
@@ -97,6 +97,7 @@ 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
LOPTS = -export-dynamic
DADD = -lGL -lGLU
SADD = $(NAN_MESA)/lib/libGL.a $(NAN_MESA)/lib/libGLU.a