diff options
author | Don Anderson <dda@ddanderson.com> | 2014-09-23 16:35:09 -0400 |
---|---|---|
committer | Don Anderson <dda@ddanderson.com> | 2014-09-23 16:35:09 -0400 |
commit | 31dfa83996f28888f0cb248ba4b9621d485cf7c7 (patch) | |
tree | 4b4314d76cf0d28104ad535d969db3c77492d3e8 /build_posix | |
parent | 89bbfdfd4e48891c87ba06f4a61b3b4971e28580 (diff) | |
download | mongo-31dfa83996f28888f0cb248ba4b9621d485cf7c7.tar.gz |
Code cleanup per agorrod's review, including putting JSON load utility
code in its own file. refs #740.
Diffstat (limited to 'build_posix')
-rw-r--r-- | build_posix/Make.base | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_posix/Make.base b/build_posix/Make.base index af367e82c69..fee456f9e1e 100644 --- a/build_posix/Make.base +++ b/build_posix/Make.base @@ -26,6 +26,7 @@ wt_SOURCES =\ src/utilities/util_getopt.c \ src/utilities/util_list.c \ src/utilities/util_load.c \ + src/utilities/util_load_json.c \ src/utilities/util_loadtext.c \ src/utilities/util_main.c \ src/utilities/util_misc.c \ |