summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2013-01-17 22:09:15 +0100
committerAndreas Enge <andreas@enge.fr>2013-01-17 23:15:21 +0100
commitf24996724c6df5c6690e6e9a81aafc083989f853 (patch)
tree9c2a90fb90c50e85e82c0b9d6e0d71130677210e /Makefile.am
parent4b5f8cde38aaca91a41e694d2c967dbb7c7921fb (diff)
distro: Add file.
* distro/packages/file.scm: New file. * Makefile.am (MODULES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
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 \