summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-07-01 00:56:24 +0200
committerLudovic Courtès <ludo@gnu.org>2012-07-01 00:56:24 +0200
commit14a1c3197ca26afc4d037ab22a9e10a0bd8379d6 (patch)
tree6ab459f6db781611f8adf2548ebb129dbc10d150 /Makefile.am
parent9a20830e57ea50dd73897725ad656a3b9e66f1ef (diff)
downloadguix-14a1c3197ca26afc4d037ab22a9e10a0bd8379d6.tar.gz
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.am2
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				\