From 2ebd9169922b01481a0bdfb0ec6198dee44115a5 Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Wed, 28 Dec 2011 18:08:11 +0100 Subject: [PATCH] Added sqlite as a git submodule. --- .gitmodules | 3 +++ thirdparty/sqlite | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 thirdparty/sqlite diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..176f1d0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "thirdparty/sqlite"] + path = thirdparty/sqlite + url = git://github.com/janvidar/sqlite.git diff --git a/thirdparty/sqlite b/thirdparty/sqlite new file mode 160000 index 0000000..666798c --- /dev/null +++ b/thirdparty/sqlite @@ -0,0 +1 @@ +Subproject commit 666798c388f97a4f15201db8d0b0ea9cba4e94ec