From 39224d94e3f3ccc42aae924e9e0ce651d78e4c4b Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 12 Jan 2013 22:25:16 +0100 Subject: distro: Add MySQL. * distro/packages/mysql.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 487ac05ec4..d7da33d397 100644 --- a/Makefile.am +++ b/Makefile.am @@ -87,6 +87,7 @@ MODULES = \ distro/packages/make-bootstrap.scm \ distro/packages/mit-krb5.scm \ distro/packages/multiprecision.scm \ + distro/packages/mysql.scm \ distro/packages/nano.scm \ distro/packages/ncurses.scm \ distro/packages/nettle.scm \ -- cgit v1.2.3