diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-11-22 17:56:35 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-11-22 17:56:35 +0100 |
commit | 30c40755fc2e8e2f5e1ef01f0115f7d2f5a9a4f4 (patch) | |
tree | 42906b09423b64967cd273b011628fbe020a76c3 /Makefile.am | |
parent | 0aa94f0ca400521ec1695b8c173ecdc7d9febea6 (diff) | |
download | guix-30c40755fc2e8e2f5e1ef01f0115f7d2f5a9a4f4.tar guix-30c40755fc2e8e2f5e1ef01f0115f7d2f5a9a4f4.tar.gz |
distro: Add GDBM.
* distro/packages/gdbm.scm: New file.
* Makefile.am (MODULES): Add it.
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 afe9c86048..78fab4fc25 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,6 +48,7 @@ MODULES = \ distro/packages/compression.scm \ distro/packages/ed.scm \ distro/packages/gawk.scm \ + distro/packages/gdbm.scm \ distro/packages/gnupg.scm \ distro/packages/gnutls.scm \ distro/packages/gperf.scm \ |