summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 814bd3b355..d41e55a188 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,7 +18,8 @@
 
 MODULES =					\
   guix/derivations.scm				\
-  guix/gnu-build-system.scm			\
+  guix/build-system.scm				\
+  guix/build-system/gnu.scm			\
   guix/http.scm					\
   guix/store.scm				\
   guix/utils.scm				\