From 2b1c6bbc5ff137db4c60ae7f2713d76f431499f4 Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 24 May 2024 22:31:36 +0200 Subject: [PATCH] setup symbol conflicts for RCM Signed-off-by: falkTX --- plugins/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/Makefile b/plugins/Makefile index 1cdaafa..f560dc2 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -1009,6 +1009,9 @@ PLUGIN_FILES += $(filter-out rcm-modules/src/plugin.cpp,$(wildcard rcm-modules/s PLUGIN_FILES += $(wildcard rcm-modules/src/*.c) PLUGIN_FILES += $(wildcard rcm-modules/src/PianoRoll/*.cpp) +# modules/types which are present in other plugins +RCM_CUSTOM = Transport + # -------------------------------------------------------------- # RebelTech