From e477543782c0dbca7a225f1a7e304694d7ea63b4 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 5 Oct 2011 04:38:30 +0000 Subject: include deprecated aliases q8_sqrt~ and q8_rsqrt~ in the form of Pd patches svn path=/trunk/; revision=15503 --- externals/vanilla/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals') diff --git a/externals/vanilla/Makefile b/externals/vanilla/Makefile index 78d64c2b..c496fa12 100644 --- a/externals/vanilla/Makefile +++ b/externals/vanilla/Makefile @@ -10,7 +10,7 @@ SOURCES = abs~.c adc~.c bang~.c bng.c clip~.c cnv.c cputime.c dac~.c dbtopow~.c # list all pd objects (i.e. myobject.pd) files here, and their helpfiles will # be included automatically -PDOBJECTS = +PDOBJECTS = q8_sqrt~.pd q8_rsqrt~.pd # example patches and related files, in the 'examples' subfolder EXAMPLES = -- cgit v1.2.1