summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
authorCyril Roelandt <tipecaml@gmail.com>2013-01-23 21:16:22 +0100
committerLudovic Courtès <ludo@gnu.org>2013-01-24 00:03:43 +0100
commitd192efae07b9eadc31c80fc0b5b4e6e222e30bec (patch)
tree9185349d336658fb1994a8fe948a85e9e9558500 /Makefile.am
parent21c203a53a617962586ef645b22f80814b05fd65 (diff)
downloadguix-d192efae07b9eadc31c80fc0b5b4e6e222e30bec.tar.gz
gnu: Add OCaml. licenses: Add QPL.
* gnu/packages/ocaml.scm: New file.
* Makefile.am (MODULES): Add it.
* guix/licenses.scm: New variable.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 54e80cc4ed..f80f166a07 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -108,6 +108,7 @@ MODULES =					\
   gnu/packages/ncurses.scm			\
   gnu/packages/netpbm.scm			\
   gnu/packages/nettle.scm			\
+  gnu/packages/ocaml.scm 			\
   gnu/packages/openssl.scm			\
   gnu/packages/oggvorbis.scm			\
   gnu/packages/perl.scm				\