summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNikita Karetnikov <nikita@karetnikov.org>2012-12-08 01:48:17 +0000
committerLudovic Courtès <ludo@gnu.org>2012-12-08 19:17:02 +0100
commit838d78e3e012c9b1151aa6899805ce65102b39a0 (patch)
treef565c6599065b214fce089bac163ed2d9d2f076a /Makefile.am
parenta4eabecd11e791096f21dae990abc025d43e6b0f (diff)
downloadguix-patches-838d78e3e012c9b1151aa6899805ce65102b39a0.tar
guix-patches-838d78e3e012c9b1151aa6899805ce65102b39a0.tar.gz
Add (guix licenses).
* guix/licenses.scm: New file. * Makefile.am (MODULES): Add it.
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 761f025f8e..d52bd389be 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,6 +28,7 @@ MODULES = \
guix/derivations.scm \
guix/download.scm \
guix/gnu-maintenance.scm \
+ guix/licenses.scm \
guix/build-system.scm \
guix/build-system/gnu.scm \
guix/build-system/trivial.scm \