aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-04-18 02:23:19 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-04-18 02:23:19 +0000
commitb237db2c6fb12c926bf1b738fa0ff58f490018ca (patch)
tree7eca4b91a4c6c8c4264332ebbd4ce0dd31c43b08 /packages
parent7bb6d2a4726e67fd3ad1f2892f58751c6aa0868f (diff)
include src/ as alias to include/ since Miller's Pd.app has headers there
svn path=/trunk/; revision=16126
Diffstat (limited to 'packages')
-rw-r--r--packages/darwin_app/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/darwin_app/Makefile b/packages/darwin_app/Makefile
index 857b4775..831fe5ae 100644
--- a/packages/darwin_app/Makefile
+++ b/packages/darwin_app/Makefile
@@ -169,6 +169,9 @@ darwin_app_core: darwin_app_wrapper
install -d "$(PD_APP_CONTENTS)/Resources/bin"
cd "$(PD_APP_CONTENTS)/Resources" && \
ln -s -f tcl Scripts
+# include src/ as alias to include/ since Miller's Pd.app has headers there
+ cd "$(PD_APP_CONTENTS)/Resources" && \
+ ln -s -f include src
cd "$(PD_APP_CONTENTS)/Resources/bin" && \
test -e pdextended || ln -s pd pdextended
# support for Info Panel Plugins mgmt