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 ee6d023988..189b637be3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,6 +38,7 @@ MODULES = \ guix/scripts/refresh.scm \ guix/base32.scm \ guix/records.scm \ + guix/hash.scm \ guix/utils.scm \ guix/serialization.scm \ guix/nar.scm \ @@ -82,6 +83,7 @@ nobase_nodist_guilemodule_DATA = $(GOBJECTS) guix/config.scm SCM_TESTS = \ tests/base32.scm \ + tests/hash.scm \ tests/builders.scm \ tests/derivations.scm \ tests/ui.scm \ |