From 946056b1fd42f867d2032fee8ebfeff1ff433bd2 Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 17 May 2022 19:48:26 +0100 Subject: [PATCH] Avoid duplicate symbol Signed-off-by: falkTX --- plugins/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Makefile b/plugins/Makefile index bffe70d..513ff68 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -874,7 +874,7 @@ PLUGIN_FILES += $(filter-out voxglitch/src/plugin.cpp,$(wildcard voxglitch/src/* # -------------------------------------------------------------- # WhatTheRack -PLUGIN_FILES += $(filter-out WhatTheRack/src/plugin.cpp,$(wildcard WhatTheRack/src/*.cpp)) +PLUGIN_FILES += $(filter-out WhatTheRack/src/WhatTheRack.cpp,$(wildcard WhatTheRack/src/*.cpp)) # modules/types which are present in other plugins VOXGLITCH_CUSTOM = $(DRWAV) AudioFile Looper Readout