diff --git a/Makefile.am b/Makefile.am index 5d73be0..0f061aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,6 @@ SUFFIXES = .scm .go $(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile $(GUILE_TARGET) $(GUILE_WARNINGS) -o "$@" "$<" SOURCES = msg/config.scm \ - msg/machine.scm \ msg/hconfig.scm \ msg/shell.scm \ msg/helpers.scm \ diff --git a/hall.scm b/hall.scm index 315f7d4..9b49b57 100644 --- a/hall.scm +++ b/hall.scm @@ -20,7 +20,6 @@ ((directory "msg" ((scheme-file "config") - (scheme-file "machine") (scheme-file "hconfig") (scheme-file "shell") (scheme-file "helpers")