diff --git a/wscript b/wscript index 3a20883d1..036eec044 100644 --- a/wscript +++ b/wscript @@ -138,6 +138,7 @@ def maybe_decode(input): def options(opt): # options provided by the modules + opt.load('md5_tstamp') opt.load('compiler_c') opt.load('compiler_cxx') opt.load('cflags')