diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-11-04 19:38:31 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-11-04 19:38:31 +0100 |
commit | 10226c05b1c6f15858f906ce0593d4ec066f9418 (patch) | |
tree | 562eeed7b3e6ae3f99e003e14992b9f97adf21de /Makefile.am | |
parent | 5901471cec16604a53b0b8dde9b3c83b83c48458 (diff) | |
download | guix-10226c05b1c6f15858f906ce0593d4ec066f9418.tar guix-10226c05b1c6f15858f906ce0593d4ec066f9418.tar.gz |
Add (guix snix) and the `guix-import' command.
* guix/snix.scm, tests/snix.scm, guix-import.in: New files.
* configure.ac: Output `guix-import' and make it executable.
* Makefile.am (bin_SCRIPTS): Add `guix-import'.
(MODULES): Add `guix/snix.scm'.
(TESTS): Add `tests/snix.scm'.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 24fc22e2d3..8403081cb7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,7 @@ bin_SCRIPTS = \ guix-build \ guix-download \ + guix-import \ guix-package MODULES = \ @@ -38,6 +39,7 @@ MODULES = \ guix/build/utils.scm \ guix/build/union.scm \ guix/packages.scm \ + guix/snix.scm \ guix.scm \ distro.scm \ distro/packages/base.scm \ @@ -120,6 +122,7 @@ TESTS = \ tests/utils.scm \ tests/build-utils.scm \ tests/packages.scm \ + tests/snix.scm \ tests/union.scm \ tests/guix-build.sh \ tests/guix-package.sh |