diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-03-26 22:32:18 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-03-26 22:32:18 +0100 |
commit | 47a9cb950a181e7efa8af06f1c679ed0390a9164 (patch) | |
tree | e9e9b08f3375639b2e88a000aab38b854b478486 /Makefile.am | |
parent | 128663e4c8e8e3c2a56686c6018641ce7bcf92da (diff) | |
download | patches-47a9cb950a181e7efa8af06f1c679ed0390a9164.tar patches-47a9cb950a181e7efa8af06f1c679ed0390a9164.tar.gz |
gnu: Add GNU cppi.
* gnu/packages/cppi.scm: New file.
* Makefile.am (MODULES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 3229f16c92..2380e75fc6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,6 +70,7 @@ MODULES = \ gnu/packages/cmake.scm \ gnu/packages/compression.scm \ gnu/packages/cpio.scm \ + gnu/packages/cppi.scm \ gnu/packages/curl.scm \ gnu/packages/cyrus-sasl.scm \ gnu/packages/dejagnu.scm \ |