summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5ce6cc84f4c..8e3815b9c22 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -111,6 +111,7 @@ MODULES = \
111 guix/derivations.scm \ 111 guix/derivations.scm \
112 guix/grafts.scm \ 112 guix/grafts.scm \
113 guix/repl.scm \ 113 guix/repl.scm \
114 guix/rpm.scm \
114 guix/transformations.scm \ 115 guix/transformations.scm \
115 guix/inferior.scm \ 116 guix/inferior.scm \
116 guix/describe.scm \ 117 guix/describe.scm \
@@ -535,6 +536,7 @@ SCM_TESTS = \
535 tests/pypi.scm \ 536 tests/pypi.scm \
536 tests/read-print.scm \ 537 tests/read-print.scm \
537 tests/records.scm \ 538 tests/records.scm \
539 tests/rpm.scm \
538 tests/scripts.scm \ 540 tests/scripts.scm \
539 tests/search-paths.scm \ 541 tests/search-paths.scm \
540 tests/services.scm \ 542 tests/services.scm \