From b237db2c6fb12c926bf1b738fa0ff58f490018ca Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 18 Apr 2012 02:23:19 +0000 Subject: include src/ as alias to include/ since Miller's Pd.app has headers there svn path=/trunk/; revision=16126 --- packages/darwin_app/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packages') 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 -- cgit v1.2.1