From fbbb1c0f4ca31ed2a13fe7362e441ccc04a8d08d Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 12 Jan 2013 23:02:07 +0100 Subject: distro: Add GDB. * distro/packages/gdb.scm: New file. * Makefile.am (MODULES): Add it. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3