summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2015-01-17 22:11:45 -0500
committerMark H Weaver <mhw@netris.org>2015-02-04 01:51:20 -0500
commit89328d240f4d6345d55c1fec3c11478892093958 (patch)
tree511ea36e072b19f9117f842aa53089a1837584ee /Makefile.am
parentb52af02b5d7cb60c4205268fbb78f2745a991516 (diff)
downloadguix-patches-89328d240f4d6345d55c1fec3c11478892093958.tar
guix-patches-89328d240f4d6345d55c1fec3c11478892093958.tar.gz
Add support for 'cvs-fetch' method in origins.
* guix/cvs-download.scm, guix/build/cvs.scm: New files. * Makefile.am (MODULES): Add them.
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 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 \