From deb2e7b6545a86dd8bc976b57683bdbb7ace253b Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 12 Oct 2015 12:33:27 +1030 Subject: [PATCH] daemon/jsmn: Add submodule for jsmn. Signed-off-by: Rusty Russell --- .gitmodules | 3 +++ daemon/jsmn | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 daemon/jsmn diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..d586dadaf --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "daemon/jsmn"] + path = daemon/jsmn + url = https://github.com/zserge/jsmn diff --git a/daemon/jsmn b/daemon/jsmn new file mode 160000 index 000000000..bd9bd55c3 --- /dev/null +++ b/daemon/jsmn @@ -0,0 +1 @@ +Subproject commit bd9bd55c3a79a1f1f24d1bbf1c4a12e40a4810c8