From 89328d240f4d6345d55c1fec3c11478892093958 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Sat, 17 Jan 2015 22:11:45 -0500 Subject: Add support for 'cvs-fetch' method in origins. * guix/cvs-download.scm, guix/build/cvs.scm: New files. * Makefile.am (MODULES): Add them. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 67367d6e01..2e0da77279 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,6 +60,7 @@ MODULES = \ guix/gnupg.scm \ guix/elf.scm \ guix/store.scm \ + guix/cvs-download.scm \ guix/svn-download.scm \ guix/ui.scm \ guix/build/download.scm \ @@ -76,6 +77,7 @@ MODULES = \ guix/build/union.scm \ guix/build/pull.scm \ guix/build/rpath.scm \ + guix/build/cvs.scm \ guix/build/svn.scm \ guix/build/syscalls.scm \ guix/build/emacs-utils.scm \ -- cgit v1.2.3