From b4af7b567f17e396362b620f4eaf6e3755200248 Mon Sep 17 00:00:00 2001 From: dreamer Date: Sat, 30 Apr 2022 10:36:24 +0200 Subject: [PATCH] oops? --- plugins/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/Makefile b/plugins/Makefile index 56908b0..9ad812a 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -859,14 +859,13 @@ VALLEYAUDIO_CUSTOM_PER_FILE = TempoKnob # -------------------------------------------------------------- # Voxglitch -PLUGIN_FILES += $(filter-out voxglitch/src/WhatTheRack.cpp,$(wildcard voxglitch/src/*.cpp)) +PLUGIN_FILES += $(filter-out voxglitch/src/plugin.cpp,$(wildcard voxglitch/src/*.cpp)) # -------------------------------------------------------------- # WhatTheRack PLUGIN_FILES += $(filter-out WhatTheRack/src/plugin.cpp,$(wildcard WhatTheRack/src/*.cpp)) - # modules/types which are present in other plugins VOXGLITCH_CUSTOM = $(DRWAV) AudioFile Looper Readout VOXGLITCH_CUSTOM_PER_FILE = AudioBuffer GateSequencer Grain Sequencer SequencerDisplay VoltageSequencer