diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-07-01 00:56:24 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-07-01 00:56:24 +0200 |
commit | 14a1c3197ca26afc4d037ab22a9e10a0bd8379d6 (patch) | |
tree | 6ab459f6db781611f8adf2548ebb129dbc10d150 /Makefile.am | |
parent | 9a20830e57ea50dd73897725ad656a3b9e66f1ef (diff) |
Add `guix-build'.
* guix-build.in: New file.
* configure.ac: Emit `guix-build'. Add `commands-exec'.
* Makefile.am (bin_SCRIPTS): New variable.
* po/POTFILES.in: Add `guix-build.in'.
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 363839435a..3d94dd0583 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,6 +16,8 @@ # You should have received a copy of the GNU General Public License # along with Guix. If not, see <http://www.gnu.org/licenses/>. +bin_SCRIPTS = guix-build + MODULES = \ guix/derivations.scm \ guix/build-system.scm \ |