summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-11-27 21:56:37 +0100
committerLudovic Courtès <ludo@gnu.org>2012-11-27 21:56:37 +0100
commitfd76c904c7b613372edb071a89a19fe117ded2e9 (patch)
tree401ba6852fba431eeccd74b55647b2271f0f9516 /Makefile.am
parentb40b259f12b895646ab44ced8cdd2e4493eef293 (diff)
downloadguix-patches-fd76c904c7b613372edb071a89a19fe117ded2e9.tar
guix-patches-fd76c904c7b613372edb071a89a19fe117ded2e9.tar.gz
distro: Add Linux-PAM.
* distro/packages/linux.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 b57e7db16a..8bb3b55634 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -65,6 +65,7 @@ MODULES = \
distro/packages/libffi.scm \
distro/packages/libsigsegv.scm \
distro/packages/libunistring.scm \
+ distro/packages/linux.scm \
distro/packages/lout.scm \
distro/packages/m4.scm \
distro/packages/make-bootstrap.scm \