From d61b23ad644b2b31b3d2b84ba9a932f0988a581c Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 29 Apr 2022 04:01:14 +0100 Subject: [PATCH] Fix build Signed-off-by: falkTX --- plugins/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/Makefile b/plugins/Makefile index 5ddce85..402385c 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -736,6 +736,9 @@ PLUGIN_FILES += $(filter-out PathSet/src/plugin.cpp,$(wildcard PathSet/src/*.cpp PLUGIN_FILES += $(filter-out PinkTrombone/src/plugin.cpp,$(wildcard PinkTrombone/src/*.cpp)) PLUGIN_FILES += $(wildcard PinkTrombone/src/PinkTrombone/*.cpp) +# modules/types which are present in other plugins +PINKTROMBONE_CUSTOM = WhiteNoise + # -------------------------------------------------------------- # Prism