diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2008-04-30 17:52:29 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2008-04-30 17:52:29 +0000 |
commit | 94f145fe9b91192ebea1a44e585ed12c151e0214 (patch) | |
tree | a037c9913741d0561ce8df70007a634126456314 /src/Makefile | |
parent | ef55dfc53aed0d7ab8269321b8d54f3cac21c335 (diff) |
added new object [parentposition] that will output
the position of the containing abstraction within
it's parent-patch
svn path=/trunk/externals/iem/iemguts/; revision=9744
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index dc3f0db..dc816c0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -3,7 +3,7 @@ # path to pd ## change this according to your setup! -PDROOT?=../../pd +PDROOT?=../../../../pd #PDROOT=/home/zmoelnig/src/pd/ # here we find the sources of pd (and evtl. the pd.lib) |