summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules8
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 7fe83f1..39d8b7f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,9 @@
-[submodule "util/json-cpp"]
+[submodule "external/json-cpp"]
path = external/json-cpp
url = https://github.com/ascheglov/json-cpp.git
+[submodule "external/gperftools"]
+ path = external/gperftools
+ url = https://code.google.com/p/gperftools-git/
+[submodule "external/msgpack-c"]
+ path = external/msgpack-c
+ url = https://github.com/msgpack/msgpack-c.git