aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-03-21 16:19:24 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-03-21 16:19:24 +0000
commit246f98cb45a3e3e63eaf99dfed5a35bd1254ec13 (patch)
tree9c1b5bd43734c39d85b66c21207c6dac21bbe321 /externals
parentfdabd340c0448525fdccf3df1d18bbf769307476 (diff)
moved pd patches out of the separate 'pd' folder into the root of the mapping project so that its easy to make the development environment match the final install environment
svn path=/trunk/; revision=4748
Diffstat (limited to 'externals')
-rw-r--r--externals/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/Makefile b/externals/Makefile
index c976edf7..b4ab6c50 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -738,7 +738,7 @@ mapping_install: mapping
--version ""
# no compiled objects yet...
# install -p $(MAPPING_OBJECTS:.c=.$(EXTENSION)) $(objectsdir)/$(MAPPING_NAME)
- install -p $(externals_src)/mapping/pd/*.pd $(objectsdir)/$(MAPPING_NAME)
+ install -p $(externals_src)/mapping/*.pd $(objectsdir)/$(MAPPING_NAME)
install -d $(helpdir)/$(MAPPING_NAME)
install -p $(externals_src)/mapping/help/*.pd \
$(helpdir)/$(MAPPING_NAME)