diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-07-19 15:40:03 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-07-19 15:40:03 +0000 |
commit | 5a49538e3ce33837f7bf5fe465ed79289ff79f1b (patch) | |
tree | 23aee69f30f8eaf0ffa79983668855b5943e4206 | |
parent | 8ddc3e08e3abbb9dc70d0d01532c5d4ac9f11587 (diff) |
gripd doesn't compile automatically yet
svn path=/trunk/; revision=5382
-rw-r--r-- | extensions/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extensions/Makefile b/extensions/Makefile index f94efc01..00ae4042 100644 --- a/extensions/Makefile +++ b/extensions/Makefile @@ -49,9 +49,10 @@ gripd: gripd_install: install -d $(helpdir) install -d $(objectsdir) - install -p $(extensions_src)/gripd/*.$(EXTENSION) \ - $(extensions_src)/gripd/*.so \ - $(objectsdir) +# it doesn't compile automatically yet <hans@at.or.at> +# install -p $(extensions_src)/gripd/*.$(EXTENSION) \ +# $(extensions_src)/gripd/*.so \ +# $(objectsdir) install -p $(extensions_src)/gripd/examples/gripd.pd \ $(helpdir)/gripd-help.pd # install -d $(manualsdir)/$(GRIPD_NAME) |