summaryrefslogtreecommitdiff
path: root/build_posix/Make.base
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@wiredtiger.com>2011-10-13 20:02:57 +0000
committerKeith Bostic <keith.bostic@wiredtiger.com>2011-10-13 20:02:57 +0000
commit2580dba9151fd359152118092a3c84cc9c3a81e9 (patch)
tree01c0eb4f7ccb49aef2ea6d5abf076551fc8a339d /build_posix/Make.base
parent6ebe544e5172ffc0dd4c738c3003e786f71c0a04 (diff)
downloadmongo-2580dba9151fd359152118092a3c84cc9c3a81e9.tar.gz
Add the "wt loadtext" command.
Flip the sense of the -s option, it's now the -o option if you want to overwrite existing data.
Diffstat (limited to 'build_posix/Make.base')
-rw-r--r--build_posix/Make.base1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_posix/Make.base b/build_posix/Make.base
index 1b3e64a336d..1a958736cde 100644
--- a/build_posix/Make.base
+++ b/build_posix/Make.base
@@ -14,6 +14,7 @@ wt_SOURCES =\
src/utilities/util_dumpfile.c \
src/utilities/util_getopt.c \
src/utilities/util_load.c \
+ src/utilities/util_loadtext.c \
src/utilities/util_main.c \
src/utilities/util_misc.c \
src/utilities/util_printlog.c \