diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 27ea69d8da..d3eeaddaf4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -285,6 +285,7 @@ MODULES = \ guix/build/qt-utils.scm \ guix/build/zig-build-system.scm \ guix/build/make-bootstrap.scm \ + guix/build/toml.scm \ guix/search-paths.scm \ guix/packages.scm \ guix/import/cabal.scm \ @@ -605,6 +606,7 @@ SCM_TESTS = \ tests/system.scm \ tests/style.scm \ tests/texlive.scm \ + tests/toml.scm \ tests/transformations.scm \ tests/ui.scm \ tests/union.scm \ |