summaryrefslogtreecommitdiff
path: root/build_posix
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@wiredtiger.com>2011-08-31 22:02:36 +0000
committerKeith Bostic <keith.bostic@wiredtiger.com>2011-08-31 22:02:36 +0000
commit4b3887fa9c6dabfdf9ff644ff4b6f5fa6229250e (patch)
treee5dd33c0e0f5bbfaeeaacef80666ce5e3e06d316 /build_posix
parentdfeff4673ccc8205b96843924bf48e7985cc19a6 (diff)
downloadmongo-4b3887fa9c6dabfdf9ff644ff4b6f5fa6229250e.tar.gz
Add a local version of getopt for the utilities program, plus a script
to check if we mess it up. --HG-- rename : src/utilities/getopt.c => src/utilities/util_getopt.c
Diffstat (limited to 'build_posix')
-rw-r--r--build_posix/Make.base6
1 files changed, 3 insertions, 3 deletions
diff --git a/build_posix/Make.base b/build_posix/Make.base
index 188cb7ea61f..9b3c593858e 100644
--- a/build_posix/Make.base
+++ b/build_posix/Make.base
@@ -3,9 +3,9 @@ wt_LIBRARIES = libwiredtiger.a
LDADD = libwiredtiger.a -lpthread
wt_PROGRAMS = wt
-wt_SOURCES = util_create.c util_dump.c util_dumpfile.c util_load.c util_main.c \
- util_printlog.c util_salvage.c util_stat.c util_verify.c \
- util_verbose.c
+wt_SOURCES = util_create.c util_dump.c util_dumpfile.c util_getopt.c \
+ util_load.c util_main.c util_printlog.c util_salvage.c util_stat.c \
+ util_verify.c util_verbose.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 \