summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2014-08-02 19:24:50 -0400
committerMark H Weaver <mhw@netris.org>2014-08-14 23:53:04 -0400
commit75f3b1a12debaac9b1b6368245ac75a236430296 (patch)
tree96a0777cc861771ba5f64b0f346fef17f41f46e1 /Makefile.am
parent74dde9e91972ab03cd5bcb83d9fc9de321cbc814 (diff)
downloadpatches-75f3b1a12debaac9b1b6368245ac75a236430296.tar
patches-75f3b1a12debaac9b1b6368245ac75a236430296.tar.gz
Add (guix build emacs-utils).
* guix/build/emacs-utils.scm: New file. * Makefile.am (MODULES): Add it. * .dir-locals.el: Add indentation rules.
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 6695e7e5b7..eab126acee 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -73,6 +73,7 @@ MODULES = \
guix/build/install.scm \
guix/build/activation.scm \
guix/build/syscalls.scm \
+ guix/build/emacs-utils.scm \
guix/packages.scm \
guix/snix.scm \
guix/scripts/download.scm \