diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a7af1bae69..874dc1b6f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,6 @@ # GNU Guix --- Functional package management for GNU # Copyright © 2012, 2013 Ludovic Courtès <ludo@gnu.org> +# Copyright © 2013 Andreas Enge <andreas@enge.fr> # # This file is part of GNU Guix. # @@ -63,6 +64,7 @@ MODULES = \ distro/packages/ddrescue.scm \ distro/packages/ed.scm \ distro/packages/emacs.scm \ + distro/packages/file.scm \ distro/packages/flex.scm \ distro/packages/gawk.scm \ distro/packages/gdb.scm \ |