From 6e480db630b95809647b4030cd6474c09e1bf3f3 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 18 Dec 2024 11:28:57 -0500 Subject: [PATCH] Forgot to add the version file to the Makefile.am. --- src/cthulhu/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cthulhu/Makefile.am b/src/cthulhu/Makefile.am index c413610..298201e 100644 --- a/src/cthulhu/Makefile.am +++ b/src/cthulhu/Makefile.am @@ -29,6 +29,7 @@ cthulhu_python_PYTHON = \ cmdnames.py \ colornames.py \ common_keyboardmap.py \ + cthulhuVersion.py \ date_and_time_presenter.py \ debug.py \ desktop_keyboardmap.py \