summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-05-11 22:49:39 +0200
committerLudovic Courtès <ludo@gnu.org>2013-05-11 22:49:39 +0200
commit1b1c335f5e62cff78ab9fff9c998fc932a0e8a4e (patch)
treee18d526dc8630a060cc19f94bc01dab0e340ae15 /Makefile.am
parent9bff16b3f23c94858e6ce5af6b7ac13cd64fc017 (diff)
downloadguix-1b1c335f5e62cff78ab9fff9c998fc932a0e8a4e.tar.gz
gnu: Add GNU RCS.
* gnu/packages/bazaar.scm: Rename to...
* gnu/packages/version-control.scm: ... this.
  (rcs): New variable.
* Makefile.am (MODULES): Adjust accordingly.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 26d9cfb2a5..3998e9123f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -73,7 +73,6 @@ MODULES =					\
   gnu/packages/avahi.scm			\
   gnu/packages/base.scm				\
   gnu/packages/bash.scm				\
-  gnu/packages/bazaar.scm			\
   gnu/packages/bdb.scm				\
   gnu/packages/bdw-gc.scm			\
   gnu/packages/bison.scm			\
@@ -191,6 +190,7 @@ MODULES =					\
   gnu/packages/time.scm				\
   gnu/packages/tmux.scm 			\
   gnu/packages/tor.scm				\
+  gnu/packages/version-control.scm		\
   gnu/packages/vim.scm 				\
   gnu/packages/vpn.scm				\
   gnu/packages/w3m.scm				\