From c3cc2841143e2ffcd1b7b786436215af7d67e25d Mon Sep 17 00:00:00 2001 From: Antoine Villeret Date: Fri, 3 Oct 2014 12:34:05 +0000 Subject: fix make dist add ADSR abstraction and its help add _sinh.pd alone (without any help) svn path=/trunk/externals/nusmuk/; revision=17352 --- nusmuk-audio/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nusmuk-audio/Makefile b/nusmuk-audio/Makefile index 097c1f9..a3dc1a3 100644 --- a/nusmuk-audio/Makefile +++ b/nusmuk-audio/Makefile @@ -10,7 +10,7 @@ SOURCES = bq~.c tabosc4c~.c tabosci~.c tabread4c~.c # list all pd objects (i.e. myobject.pd) files here, and their helpfiles will # be included automatically -PDOBJECTS = bq_coef_notch.pd oscillo~.pd bq_coef_peak.pd bq_coef_bp.pd pwm~.pd bq_coef_highshelf.pd compress_limit~.pd saw~.pd bq_coef_hip.pd distortion~.pd spatialisation~.pd bq_coef_lop.pd echo~.pd bq_coef_lowshelf.pd granulator~.pd +PDOBJECTS = ADSR.pd bq_coef_notch.pd oscillo~.pd bq_coef_peak.pd bq_coef_bp.pd pwm~.pd bq_coef_highshelf.pd compress_limit~.pd saw~.pd bq_coef_hip.pd distortion~.pd spatialisation~.pd bq_coef_lop.pd echo~.pd bq_coef_lowshelf.pd granulator~.pd # example patches and related files, in the 'examples' subfolder EXAMPLES = analog_synth_emulation.pd hanning.wav @@ -23,7 +23,7 @@ MANUAL = # list them here. This can be anything from header files, test patches, # documentation, etc. README.txt and LICENSE.txt are required and therefore # automatically included -EXTRA_DIST = +EXTRA_DIST = _sinh.pd # unit tests and related files here, in the 'unittests' subfolder UNITTESTS = -- cgit v1.2.1