diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | gnu/local.mk | 2 | ||||
-rw-r--r-- | po/doc/local.mk | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8e142a4002..4091a52387 100644 --- a/Makefile.am +++ b/Makefile.am @@ -562,6 +562,7 @@ SCM_TESTS = \ tests/graph.scm \ tests/gremlin.scm \ tests/hackage.scm \ + tests/hexpm.scm \ tests/home-import.scm \ tests/home-services.scm \ tests/http-client.scm \ @@ -569,6 +570,7 @@ SCM_TESTS = \ tests/import-github.scm \ tests/import-utils.scm \ tests/inferior.scm \ + tests/ipfs.scm \ tests/lint.scm \ tests/machine/hetzner.scm \ tests/machine/hetzner/http.scm \ diff --git a/gnu/local.mk b/gnu/local.mk index 257b66d1c2..45a9cb635e 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -858,6 +858,7 @@ GNU_SYSTEM_MODULES = \ %D%/tests/image.scm \ %D%/tests/install.scm \ %D%/tests/ldap.scm \ + %D%/tests/lightdm.scm \ %D%/tests/linux-modules.scm \ %D%/tests/mail.scm \ %D%/tests/messaging.scm \ @@ -867,6 +868,7 @@ GNU_SYSTEM_MODULES = \ %D%/tests/reconfigure.scm \ %D%/tests/rsync.scm \ %D%/tests/samba.scm \ + %D%/tests/sddm.scm \ %D%/tests/security.scm \ %D%/tests/security-token.scm \ %D%/tests/shadow.scm \ diff --git a/po/doc/local.mk b/po/doc/local.mk index 2fa604340b..94e933f08e 100644 --- a/po/doc/local.mk +++ b/po/doc/local.mk @@ -36,6 +36,7 @@ DOC_COOKBOOK_PO_FILES = \ %D%/guix-cookbook.sv.po EXTRA_DIST = \ + %D%/po4a.cfg \ %D%/guix-manual.pot \ %D%/guix-cookbook.pot \ $(DOC_PO_FILES) \ |