diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-11-27 23:51:48 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-11-28 00:10:28 +0100 |
commit | d5d16686306c9a3b8cfc5c35d79ed2117a15c1e0 (patch) | |
tree | d562759d75095c1b669dd282416ff92911ec0939 /Makefile.am | |
parent | 1f6f57df7c081f56424bd38cf8a2c16f60f4cd71 (diff) | |
download | patches-d5d16686306c9a3b8cfc5c35d79ed2117a15c1e0.tar patches-d5d16686306c9a3b8cfc5c35d79ed2117a15c1e0.tar.gz |
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.am | 1 |
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 \ |