From 8e17cf4ece176bc3a7fb91bca31b6ec7ffc2fa29 Mon Sep 17 00:00:00 2001 From: washikano Date: Wed, 10 Apr 2024 00:36:01 -0600 Subject: [PATCH] Upd Makefile, added Blank to BISET_CUSTOM --- plugins/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/Makefile b/plugins/Makefile index b918334..d64f6e6 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -578,6 +578,9 @@ BIDOO_CUSTOM_PER_FILE = channel channel filterType PLUGIN_FILES += $(filter-out Biset/src/plugin.cpp,$(wildcard Biset/src/*.cpp)) PLUGIN_FILES += $(wildcard Biset/src/*/*.cpp) +# # modules/types which are present in other plugins +BISET_CUSTOM = Blank + # -------------------------------------------------------------- # BogaudioModules