summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorYehuda Sadeh <yehuda@hq.newdream.net>2012-04-30 13:55:16 -0700
committerYehuda Sadeh <yehuda@inktank.com>2012-05-04 15:55:25 -0700
commit53f642e29a6dfd25dc6de39922786af085f6f7e0 (patch)
treedd13db75250e1ef7aaac28a1adf1034a2db4ea1d /.gitmodules
parentf60444fbebd21c8ba43c0a0e44e571baa70a0ff7 (diff)
downloadceph-53f642e29a6dfd25dc6de39922786af085f6f7e0.tar.gz
rest-bench: build conditionally
added configure --with-rest-bench, and configure --with-system-libs3 Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 2bfe0fa6852..c5a0932b7af 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,3 +4,6 @@
[submodule "src/leveldb"]
path = src/leveldb
url = git://github.com/ceph/leveldb.git
+[submodule "src/libs3"]
+ path = src/libs3
+ url = git://github.com/ceph/libs3.git