From fd42ac3deb704df610e458eabdc4d159461176c2 Mon Sep 17 00:00:00 2001 From: James Vasile Date: Thu, 7 Feb 2013 14:18:04 -0500 Subject: [PATCH] add withsqlite as a subproject --- .gitmodules | 3 +++ vendor/withsqlite | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 vendor/withsqlite diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..5c62bc622 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vendor/withsqlite"] + path = vendor/withsqlite + url = git://github.com/jvasile/withsqlite.git diff --git a/vendor/withsqlite b/vendor/withsqlite new file mode 160000 index 000000000..50867a297 --- /dev/null +++ b/vendor/withsqlite @@ -0,0 +1 @@ +Subproject commit 50867a2975a815adccec112bb1f9590718f4b4d7