summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-10-05 10:01:01 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-10-05 10:01:01 +0100
commit9faf8e0ccff2755cd019ff64d8322226a214b013 (patch)
treec9d44551181d49d746159636cd3f1b32873ffc8a
parent40afd365cc8ca968fd16e161d24df5b8a8a520cc (diff)
downloadrsync-9faf8e0ccff2755cd019ff64d8322226a214b013.tar.gz
Add morphology to try and build more nicelybaserock/morph
-rw-r--r--rsync.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/rsync.morph b/rsync.morph
new file mode 100644
index 00000000..6436a3a1
--- /dev/null
+++ b/rsync.morph
@@ -0,0 +1,9 @@
+{
+ "name": "rsync",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "build-commands": [
+ "make proto",
+ "make"
+ ]
+}