]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Makfile: Fix rocksdb error when make dist 10988/head
authortianqing <tianqing@unitedstack.com>
Tue, 6 Sep 2016 07:41:07 +0000 (15:41 +0800)
committerTianqing <tianqing@unitedstack.com>
Wed, 7 Sep 2016 09:52:52 +0000 (17:52 +0800)
commit42bf1d0a5c796f2c2415195d90355144493e205a
tree7c0c5ef7bb7cae3571ac8ea3652bc2cc418c8bc0
parent3942ac4d278663356a963e7968132a4768ce7473
Makfile: Fix rocksdb error when make dist

Rocksdb delete some files, so we should change another way
to get rocksdb's files.

Currently, if we do not run configure in googletest/googlemock,
we also will get a error when make dist. So fix it too.

Signed-off-by: tianqing <tianqing@unitedstack.com>
autogen.sh
src/Makefile-rocksdb.am [deleted file]
src/script/make_rocksdb_makefile.sh