From ba0169b016817af5f6c78e061e1fde0afae99370 Mon Sep 17 00:00:00 2001 From: Chrys Date: Wed, 23 Oct 2024 19:03:06 +0200 Subject: [PATCH] add SimplePlugin to make --- src/cthulhu/plugins/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cthulhu/plugins/Makefile.am b/src/cthulhu/plugins/Makefile.am index a2ac9a2..1da9c2d 100644 --- a/src/cthulhu/plugins/Makefile.am +++ b/src/cthulhu/plugins/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = Clipboard HelloWorld SelfVoice Time MouseReview Date ByeCthulhu HelloCthulhu PluginManager CapsLockHack ClassicPreferences +SUBDIRS = Clipboard HelloWorld SelfVoice Time MouseReview Date ByeCthulhu HelloCthulhu PluginManager CapsLockHack ClassicPreferences SimplePluginSystem cthulhu_pythondir=$(pkgpythondir)/plugins