aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-04-08 04:17:13 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-04-08 04:17:13 +0000
commitf34b32c425b8c23172f37fc93c31ec39bb952359 (patch)
tree12f0f6a9cc80d5120f810c44d64067a6638d3f93 /externals
parent07f8ae914d913b94a907b1f2afe22ce9900b4bde (diff)
moved help patches into same folder, stopped auto-generating mapping-meta.pd
file, and checked in mapping-meta.pd, so now the folder in SVN is a functional libdir svn path=/trunk/; revision=10981
Diffstat (limited to 'externals')
-rw-r--r--externals/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/externals/Makefile b/externals/Makefile
index 0ac1753a..2dc41345 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -1549,11 +1549,6 @@ mapping: $(MAPPING_OBJECTS:.c=.$(EXTENSION))
mapping_install: mapping
install -d $(objectsdir)/$(MAPPING_NAME)
- $(scripts_src)/generate-libdir-metafile.sh $(objectsdir) $(MAPPING_NAME) \
- --author "Cyrille Henry and Hans-Christoph Steiner" \
- --description "objects for mapping data to control" \
- --license "GNU GPL" \
- --version ""
# no compiled objects yet...
# install -p $(MAPPING_OBJECTS:.c=.$(EXTENSION)) $(objectsdir)/$(MAPPING_NAME)
install -p $(externals_src)/mapping/*.pd $(objectsdir)/$(MAPPING_NAME)