diff options
author | Cyril Roelandt <tipecaml@gmail.com> | 2013-03-12 04:40:00 +0100 |
---|---|---|
committer | cyril <cyril@oldie> | 2013-03-21 19:53:29 +0100 |
commit | b6a64843c6d651903bf6bee4cd029f5ac48c0858 (patch) | |
tree | a036058c33e5ec8f7aadd849a21d30bfa3e94032 /Makefile.am | |
parent | 9776ebb2a50234c293d4c4a699b81a2ee3543367 (diff) | |
download | patches-b6a64843c6d651903bf6bee4cd029f5ac48c0858.tar patches-b6a64843c6d651903bf6bee4cd029f5ac48c0858.tar.gz |
gnu: Add cmake.
* gnu/packages/cmake.scm: New file.
* gnu/packages/patches/cmake-fix-tests.patch: New file.
* Makefile.am: Add them.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8fac0d60c2..3229f16c92 100644 --- a/Makefile.am +++ b/Makefile.am @@ -67,6 +67,7 @@ MODULES = \ gnu/packages/bootstrap.scm \ gnu/packages/cdrom.scm \ gnu/packages/check.scm \ + gnu/packages/cmake.scm \ gnu/packages/compression.scm \ gnu/packages/cpio.scm \ gnu/packages/curl.scm \ @@ -187,6 +188,7 @@ dist_patch_DATA = \ gnu/packages/patches/automake-skip-amhello-tests.patch \ gnu/packages/patches/bigloo-gc-shebangs.patch \ gnu/packages/patches/binutils-ld-new-dtags.patch \ + gnu/packages/patches/cmake-fix-tests.patch \ gnu/packages/patches/cpio-gets-undeclared.patch \ gnu/packages/patches/diffutils-gets-undeclared.patch \ gnu/packages/patches/emacs-configure-sh.patch \ |