summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorCyril Roelandt <tipecaml@gmail.com>2013-03-26 22:14:24 +0100
committerCyril Roelandt <tipecaml@gmail.com>2013-03-28 21:04:54 +0100
commitc6bded8a296d5593e31f6f860948ca2c2cdd43d4 (patch)
treeb6c5d3d77432409cf36a6e6ed7dcae26f16e3503 /Makefile.am
parentbb90ad83b1030c283100bd618ec46423f2fd071e (diff)
downloadguix-patches-c6bded8a296d5593e31f6f860948ca2c2cdd43d4.tar
guix-patches-c6bded8a296d5593e31f6f860948ca2c2cdd43d4.tar.gz
Add (guix build-system cmake).
* guix/build/cmake-build-system.scm, guix/build-system/cmake.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 022c9a9afe..41ef50318c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,6 +38,7 @@ MODULES = \
guix/gnu-maintenance.scm \
guix/licenses.scm \
guix/build-system.scm \
+ guix/build-system/cmake.scm \
guix/build-system/gnu.scm \
guix/build-system/perl.scm \
guix/build-system/trivial.scm \
@@ -45,6 +46,7 @@ MODULES = \
guix/store.scm \
guix/ui.scm \
guix/build/download.scm \
+ guix/build/cmake-build-system.scm \
guix/build/gnu-build-system.scm \
guix/build/perl-build-system.scm \
guix/build/utils.scm \