mirror of
https://github.com/facebook/rocksdb.git
synced 2024-11-25 22:44:05 +00:00
Add convenience.cc to src.mk
Summary: The build process now requires new source files to be added to src.mk. Adding convenience.cc to src.mk Test Plan: Build rocksdb Reviewers: igor, sdong Reviewed By: sdong Subscribers: dhruba, leveldb Differential Revision: https://reviews.facebook.net/D34815
This commit is contained in:
parent
2884b100ba
commit
05d92efa75
1
src.mk
1
src.mk
|
@ -89,6 +89,7 @@ LIB_SOURCES = \
|
|||
util/instrumented_mutex.cc \
|
||||
util/iostats_context.cc \
|
||||
utilities/backupable/backupable_db.cc \
|
||||
utilities/convenience/convenience.cc \
|
||||
utilities/checkpoint/checkpoint.cc \
|
||||
utilities/compacted_db/compacted_db_impl.cc \
|
||||
utilities/document/document_db.cc \
|
||||
|
|
Loading…
Reference in a new issue