Skip to content

Commit

Permalink
fix-up patch: avoid new link error
Browse files Browse the repository at this point in the history
Summary:
* src.mk (LIB_SOURCES): Add this file:
utilities/document/json_document_builder.cc
to avoid link errors.

Blame Rev: D33849

Test Plan: run "make"

Reviewers: ljin, igor.sugak, rven, sdong, igor

Reviewed By: igor

Subscribers: dhruba

Differential Revision: https://reviews.facebook.net/D34593
  • Loading branch information
meyering committed Mar 6, 2015
1 parent ebc647d commit 34c75e9
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 @@ -92,6 +92,7 @@ LIB_SOURCES = \
utilities/checkpoint/checkpoint.cc \
utilities/compacted_db/compacted_db_impl.cc \
utilities/document/document_db.cc \
utilities/document/json_document_builder.cc \
utilities/document/json_document.cc \
utilities/geodb/geodb_impl.cc \
utilities/leveldb_options/leveldb_options.cc \
Expand Down

0 comments on commit 34c75e9

Please sign in to comment.