Skip to content

Commit

Permalink
Add convenience.cc to src.mk
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rven1 committed Mar 11, 2015
1 parent 2884b10 commit 05d92ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 05d92ef

Please sign in to comment.