From cc71c0951e40ea1019e7dc0f908d86b6cd9bbea5 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 17 Mar 2008 20:33:44 +0000 Subject: install all objects in the 'apple' lib written in Pd, they were forgotten svn path=/trunk/; revision=9603 --- externals/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'externals') 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) -- cgit v1.2.1