summaryrefslogtreecommitdiff
path: root/src/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-09-25 00:27:14 +0100
committerCarl Hetherington <cth@carlh.net>2012-09-25 00:27:14 +0100
commit8b3f7c38278952dc97feba7d51ef39775608689b (patch)
tree22e6142387e1c06656593cd7fc88b7a193a3481d /src/wscript
parent4fd257106009b2db170dafddece06ee3c190fceb (diff)
Use openssl for all MD5-ing.
Diffstat (limited to 'src/wscript')
-rw-r--r--src/wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wscript b/src/wscript
index 2ebeba210..3f17b3e6c 100644
--- a/src/wscript
+++ b/src/wscript
@@ -1,5 +1,4 @@
def configure(conf):
- conf.recurse('lib')
if not conf.env.DISABLE_GUI:
conf.recurse('wx')