aboutsummaryrefslogtreecommitdiff
path: root/OSC/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'OSC/makefile')
-rw-r--r--OSC/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/OSC/makefile b/OSC/makefile
index 8534bc9..04b0317 100644
--- a/OSC/makefile
+++ b/OSC/makefile
@@ -1,6 +1,6 @@
###############################
# change these
-IFLAGS = -I. -I../../pd-0.34-4/src
+IFLAGS = -I. -I../../../src/pd-0.35-0/src
INSTALL_PREFIX=/usr
# should be oke below ..
@@ -14,8 +14,8 @@ AFLAGS =
LFLAGS = -export_dynamic -shared
WFLAGS =
-# DEBUG = -DDEBUG -g
-DEBUG =
+DEBUG = -DDEBUG -g
+# DEBUG =
VERSION = \"$(shell cat VERSION)\"