From 4f0e70b66182cbb872c4e5eefda23f1c58bdaab7 Mon Sep 17 00:00:00 2001 From: Michael Cahill Date: Mon, 18 May 2015 15:10:02 +1000 Subject: Import wiredtiger-wiredtiger-2.6.0-19-g35cc116.tar.gz from wiredtiger branch mongodb-3.2 --- src/third_party/wiredtiger/SConstruct | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/third_party/wiredtiger/SConstruct') diff --git a/src/third_party/wiredtiger/SConstruct b/src/third_party/wiredtiger/SConstruct index ffb59b5e523..49e4417133f 100644 --- a/src/third_party/wiredtiger/SConstruct +++ b/src/third_party/wiredtiger/SConstruct @@ -347,6 +347,7 @@ examples = [ "ex_config_parse", "ex_cursor", "ex_data_source", + "ex_encrypt", "ex_extending", "ex_hello", "ex_log", @@ -459,7 +460,7 @@ Default(t) #Build the Examples for ex in examples: - if(ex in ['ex_all', 'ex_async', 'ex_thread']): + if(ex in ['ex_all', 'ex_async', 'ex_thread', 'ex_encrypt']): exp = env.Program(ex, "examples/c/" + ex + ".c", LIBS=[wtlib, shim] + wtlibs) Default(exp) env.Alias("check", env.SmokeTest(exp)) -- cgit v1.2.1