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 976c5cad742..7fd6cf892f3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -104,6 +104,7 @@ MODULES = \
104 guix/discovery.scm \ 104 guix/discovery.scm \
105 guix/android-repo-download.scm \ 105 guix/android-repo-download.scm \
106 guix/bzr-download.scm \ 106 guix/bzr-download.scm \
107 guix/fossil-download.scm \
107 guix/git-download.scm \ 108 guix/git-download.scm \
108 guix/hg-download.scm \ 109 guix/hg-download.scm \
109 guix/hash.scm \ 110 guix/hash.scm \
@@ -236,6 +237,7 @@ MODULES = \
236 guix/build/asdf-build-system.scm \ 237 guix/build/asdf-build-system.scm \
237 guix/build/bzr.scm \ 238 guix/build/bzr.scm \
238 guix/build/copy-build-system.scm \ 239 guix/build/copy-build-system.scm \
240 guix/build/fossil.scm \
239 guix/build/git.scm \ 241 guix/build/git.scm \
240 guix/build/hg.scm \ 242 guix/build/hg.scm \
241 guix/build/glib-or-gtk-build-system.scm \ 243 guix/build/glib-or-gtk-build-system.scm \