summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2013-05-08 16:24:03 +0200
committerAndreas Enge <andreas@enge.fr>2013-05-08 16:25:22 +0200
commit88226a504f272e7f50401a08f94fab1add0bef76 (patch)
tree75c8493870056e4f07ef7e81f91779a31571f622 /Makefile.am
parent06504acb7819d5f486c02594ed34f80bf5baf6cb (diff)
downloadguix-88226a504f272e7f50401a08f94fab1add0bef76.tar.gz
gnu: Add lvm2.
* gnu/packages/lvm.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 0f325c84a0..8037e1d35d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -140,6 +140,7 @@ MODULES =					\
   gnu/packages/lsh.scm				\
   gnu/packages/lsof.scm				\
   gnu/packages/lua.scm				\
+  gnu/packages/lvm.scm				\
   gnu/packages/m4.scm				\
   gnu/packages/mailutils.scm			\
   gnu/packages/make-bootstrap.scm		\