summaryrefslogtreecommitdiff
path: root/build_posix/Make.base
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@wiredtiger.com>2011-06-08 07:55:16 -0400
committerKeith Bostic <keith.bostic@wiredtiger.com>2011-06-08 07:55:16 -0400
commitd10752437af66be7b3ce8f18c25a1f80324fe1e4 (patch)
tree5a9b5a68f423ea40bc3ddfce75b4c5f6572037df /build_posix/Make.base
parent09d9b55118bf45d7a42879295aff0c6b9782f4b3 (diff)
downloadmongo-d10752437af66be7b3ce8f18c25a1f80324fe1e4.tar.gz
Merge the utility programs into a single program.
Diffstat (limited to 'build_posix/Make.base')
-rw-r--r--build_posix/Make.base10
1 files changed, 3 insertions, 7 deletions
diff --git a/build_posix/Make.base b/build_posix/Make.base
index 31824b386cc..60d24c154a6 100644
--- a/build_posix/Make.base
+++ b/build_posix/Make.base
@@ -2,13 +2,9 @@ wtdir = $(prefix)/wt
wt_LIBRARIES = libwiredtiger.a
LDADD = libwiredtiger.a -lpthread
-wt_PROGRAMS = wt_dump wt_load wt_printlog wt_salvage wt_stat wt_verify
-wt_dump_SOURCES = util_dump.c
-wt_load_SOURCES = util_load.c
-wt_printlog_SOURCES = util_printlog.c
-wt_salvage_SOURCES = util_salvage.c
-wt_stat_SOURCES = util_stat.c
-wt_verify_SOURCES = util_verify.c
+wt_PROGRAMS = wt
+wt_SOURCES = util_dump.c util_load.c util_main.c util_printlog.c \
+util_salvage.c util_stat.c util_verify.c
noinst_PROGRAMS = ex_access ex_all ex_call_center ex_config ex_cursor \
ex_extending ex_hello ex_pack ex_process ex_schema ex_sequence \