Index: Makefile ================================================================== --- Makefile +++ Makefile @@ -91,12 +91,12 @@ showmtesthash: @echo $(MTESTHASH) # removing $(GOFILES) -dboard : dashboard.scm $(MOFILES) - csc $(CSCOPTS) dashboard.scm $(MOFILES) -o dboard +dboard : dashboard.scm $(MOFILES) $(MOIMPFILES) + csc $(CSCOPTS) dashboard.scm $(MOFILES) $(MOIMPFILES) -o dboard ndboard : newdashboard.scm $(GOFILES) csc $(CSCOPTS) $(GOFILES) newdashboard.scm -o ndboard mtut: $(MOFILES) megatest-fossil-hash.scm mtut.scm Index: dashboard.scm ================================================================== --- dashboard.scm +++ dashboard.scm @@ -65,10 +65,12 @@ (include "db_records.scm") (include "run_records.scm") (include "task_records.scm") (include "megatest-fossil-hash.scm") (include "vg_records.scm") + +(configf:add-eval-string "(import megamod)") (define help (conc "Megatest Dashboard, documentation at http://www.kiatoa.com/fossils/megatest version " megatest-version " license GPL, Copyright (C) Matt Welland 2012-2017