aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-03-17 20:33:44 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-03-17 20:33:44 +0000
commitcc71c0951e40ea1019e7dc0f908d86b6cd9bbea5 (patch)
treeec17e90ff452d5acbf84adbbec92d908f283c2e4 /externals
parent41f709df8374e3f7522864d4304604ae7d3aa74e (diff)
install all objects in the 'apple' lib written in Pd, they were forgotten
svn path=/trunk/; revision=9603
Diffstat (limited to 'externals')
-rw-r--r--externals/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/externals/Makefile b/externals/Makefile
index feda9d53..40dc9976 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -319,6 +319,9 @@ apple_install: apple
--description "support for Apple-specific functions" \
--license "GPLv2 or later"
install -p $(APPLE_OBJECTS:.c=.$(EXTENSION)) $(objectsdir)/$(APPLE_NAME)
+ install -p $(shell ls -1 $(externals_src)/apple/*.pd | \
+ grep -v '-help.pd' | sed 's|\(.*\)|"\1"|g') \
+ $(objectsdir)/$(APPLE_NAME)
install -d $(helpdir)/$(APPLE_NAME)
install -p $(externals_src)/apple/*-help.pd \
$(helpdir)/$(APPLE_NAME)