diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2008-03-17 20:33:44 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2008-03-17 20:33:44 +0000 |
commit | cc71c0951e40ea1019e7dc0f908d86b6cd9bbea5 (patch) | |
tree | ec17e90ff452d5acbf84adbbec92d908f283c2e4 /externals/Makefile | |
parent | 41f709df8374e3f7522864d4304604ae7d3aa74e (diff) |
install all objects in the 'apple' lib written in Pd, they were forgotten
svn path=/trunk/; revision=9603
Diffstat (limited to 'externals/Makefile')
-rw-r--r-- | externals/Makefile | 3 |
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) |