From 23a07878b38fd310185a14b8d8b06f9adcad7c3e Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 7 Jul 2006 04:12:26 +0000 Subject: added libdir meta file to purepd so it'll load as a lib svn path=/trunk/; revision=5361 --- abstractions/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/abstractions/Makefile b/abstractions/Makefile index 48e45e68..af32e0ec 100644 --- a/abstractions/Makefile +++ b/abstractions/Makefile @@ -262,6 +262,9 @@ pixeltango_clean: PUREPD_NAME = purepd purepd_install: install -d $(objectsdir)/$(PUREPD_NAME) + $(scripts_src)/generate-libdir-metafile.sh $(objectsdir) $(PUREPD_NAME) \ + --license "GNU GPL" \ + --description "existing objects reimplemented in Pd" install -p $(abstractions_src)/purepd/*.pd \ $(objectsdir)/$(PUREPD_NAME) # temp hack, to make these available to anything until they get settled into a -- cgit v1.2.1