aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/makefile_linux3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefile_linux b/src/makefile_linux
index 100f81f..ac0daae 100644
--- a/src/makefile_linux
+++ b/src/makefile_linux
@@ -2,7 +2,8 @@ current: all
.SUFFIXES: .pd_linux
-INCLUDE = -I. -I/usr/local/src/pd/src
+PDSOURCE?=/usr/local/src/pd/src
+INCLUDE = -I. -I$(PDSOURCE)
LDFLAGS = --export-dynamic -shared
LIB = -ldl -lm -lpthread