From 4eaa4fae8687e5ef71d9db0dd41bc2453dc53f6b Mon Sep 17 00:00:00 2001 From: Chrys Date: Wed, 23 Oct 2024 19:04:22 +0200 Subject: [PATCH] add SimplePlugin to configure.ac --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 26f7ec6..1add108 100644 --- a/configure.ac +++ b/configure.ac @@ -130,6 +130,7 @@ src/cthulhu/plugins/Date/Makefile src/cthulhu/plugins/Time/Makefile src/cthulhu/plugins/MouseReview/Makefile src/cthulhu/plugins/ClassicPreferences/Makefile +src/cthulhu/plugins/SimplePluginSystem/Makefile src/cthulhu/backends/Makefile src/cthulhu/cthulhu_bin.py src/cthulhu/cthulhu_i18n.py