diff options
author | Keith Bostic <keith@wiredtiger.com> | 2012-10-16 15:37:43 +0000 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2012-10-16 15:37:43 +0000 |
commit | ade9bdfc43c152a4675c14408e78d9ca105a0420 (patch) | |
tree | ad31695c530ae60f05e8e893a1265fc7ab0ff003 /build_posix/Make.base | |
parent | 08a9eb79bc99320b72391c30c10de79715b71f91 (diff) | |
download | mongo-ade9bdfc43c152a4675c14408e78d9ca105a0420.tar.gz |
Add a "wt compact" utility command.
Diffstat (limited to 'build_posix/Make.base')
-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 322d9d925ef..2a7985f57b0 100644 --- a/build_posix/Make.base +++ b/build_posix/Make.base @@ -10,6 +10,7 @@ bin_PROGRAMS = wt wt_SOURCES =\ src/utilities/util_backup.c \ src/utilities/util_cpyright.c \ + src/utilities/util_compact.c \ src/utilities/util_create.c \ src/utilities/util_drop.c \ src/utilities/util_dump.c \ |