From f9e471e7fbae85b114399e8a764eee26caabb445 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 21 May 2022 10:07:02 +0100 Subject: [PATCH] Fix build Signed-off-by: falkTX --- plugins/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Makefile b/plugins/Makefile index 4e1d92a..3fb7747 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -323,7 +323,7 @@ PLUGIN_FILES += $(filter-out AS/src/AS.cpp,$(wildcard AS/src/*.cpp)) PLUGIN_FILES += AS/freeverb/revmodel.cpp # modules/types which are present in other plugins -AS_CUSTOM = ADSR LabelDisplayWidget LedLight LowFrequencyOscillator VCA YellowRedLight allpass comb revmodel +AS_CUSTOM = ADSR BpmDisplayWidget LabelDisplayWidget LedLight LowFrequencyOscillator SigDisplayWidget VCA YellowRedLight allpass comb revmodel AS_CUSTOM_PER_FILE = NumberDisplayWidget # --------------------------------------------------------------