summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNikita Karetnikov <nikita@karetnikov.org>2012-12-04 23:02:22 +0000
committerLudovic Courtès <ludo@gnu.org>2012-12-05 14:56:25 +0100
commit22189ed117afe435f56a1c0c7bd948e3650c6e4c (patch)
tree4d7b073854bf946569179d628a9215c04ef35d62 /Makefile.am
parentc7bdb1b9d1c0071e9a61a7bbdb8051a9b1620822 (diff)
Add (guix gnu-maintenance).
* guix/gnu-maintenance.scm: New file. * Makefile.am (MODULES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2500c0e2a7..fab85aebe2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,6 +27,7 @@ MODULES = \
guix/utils.scm \
guix/derivations.scm \
guix/download.scm \
+ guix/gnu-maintenance.scm \
guix/build-system.scm \
guix/build-system/gnu.scm \
guix/build-system/trivial.scm \