summaryrefslogtreecommitdiff
path: root/automake.morph
diff options
context:
space:
mode:
Diffstat (limited to 'automake.morph')
-rw-r--r--automake.morph5
1 files changed, 4 insertions, 1 deletions
diff --git a/automake.morph b/automake.morph
index d01fc8cdd..c8de7b152 100644
--- a/automake.morph
+++ b/automake.morph
@@ -1,5 +1,8 @@
{
"name": "automake",
"kind": "chunk",
- "build-system": "autotools"
+ "build-system": "autotools",
+ "install-commands": [
+ "make install"
+ ]
}