diff options
Diffstat (limited to 'nusmuk-audio')
-rw-r--r-- | nusmuk-audio/Makefile | 4 |
1 files 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 = |