diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-07-12 21:34:58 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-07-12 21:34:58 +0000 |
commit | 0d3bc24714f00b83961717792499fda051e90cc1 (patch) | |
tree | 0573691da089772ae04e00c701dfd52d8a27286c /extensions/Makefile | |
parent | 612070d30fb0efc0121d7a4a98858045aaa347d5 (diff) |
fixed gripd install
svn path=/trunk/; revision=5370
Diffstat (limited to 'extensions/Makefile')
-rw-r--r-- | extensions/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/Makefile b/extensions/Makefile index 97f7b690..f94efc01 100644 --- a/extensions/Makefile +++ b/extensions/Makefile @@ -48,9 +48,10 @@ gripd: gripd_install: install -d $(helpdir) + install -d $(objectsdir) install -p $(extensions_src)/gripd/*.$(EXTENSION) \ $(extensions_src)/gripd/*.so \ - $(externalsdir)/$(GRIPD_NAME) + $(objectsdir) install -p $(extensions_src)/gripd/examples/gripd.pd \ $(helpdir)/gripd-help.pd # install -d $(manualsdir)/$(GRIPD_NAME) |