summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-01-12 23:02:07 +0100
committerLudovic Courtès <ludo@gnu.org>2013-01-12 23:02:07 +0100
commitfbbb1c0f4ca31ed2a13fe7362e441ccc04a8d08d (patch)
treefa67110eeb33af95d23f06e660b0dd478bc259cd /Makefile.am
parent75abd8ab2397f30f9aebba8c014749cc84dcf69e (diff)
downloadguix-patches-fbbb1c0f4ca31ed2a13fe7362e441ccc04a8d08d.tar
guix-patches-fbbb1c0f4ca31ed2a13fe7362e441ccc04a8d08d.tar.gz
distro: Add GDB.
* distro/packages/gdb.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 d7da33d397..eee6139f25 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -63,6 +63,7 @@ MODULES = \
distro/packages/ed.scm \
distro/packages/flex.scm \
distro/packages/gawk.scm \
+ distro/packages/gdb.scm \
distro/packages/gdbm.scm \
distro/packages/gettext.scm \
distro/packages/global.scm \