summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-11-27 23:51:48 +0100
committerLudovic Courtès <ludo@gnu.org>2014-11-28 00:10:28 +0100
commitd5d16686306c9a3b8cfc5c35d79ed2117a15c1e0 (patch)
treed562759d75095c1b669dd282416ff92911ec0939 /Makefile.am
parent1f6f57df7c081f56424bd38cf8a2c16f60f4cd71 (diff)
downloadguix-d5d16686306c9a3b8cfc5c35d79ed2117a15c1e0.tar.gz
guix-d5d16686306c9a3b8cfc5c35d79ed2117a15c1e0.tar.xz
Add (guix elf).
* guix/elf.scm: New file. Taken from Guile 'master', commit 3f826e3. * Makefile.am (MODULES): Add it. * THANKS: Thank Andy, who wrote this module.
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 ee029c3735..25ff2224cc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,6 +56,7 @@ MODULES = \
guix/ftp-client.scm \
guix/http-client.scm \
guix/gnupg.scm \
+ guix/elf.scm \
guix/store.scm \
guix/svn-download.scm \
guix/ui.scm \