From 2fd0137a87cdefb5626f5537201af8f93eb0be8b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 15 Apr 2010 08:28:20 +0200 Subject: s4:selftest/wscript: --enable-selftest and --with-selftest-prefix are configure options metze --- source4/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/wscript') diff --git a/source4/wscript b/source4/wscript index d40d434397..13682a1699 100644 --- a/source4/wscript +++ b/source4/wscript @@ -77,6 +77,7 @@ def configure(conf): conf.RECURSE('../lib/popt') conf.RECURSE('lib/smbreadline') conf.RECURSE('../pidl') + conf.RECURSE('selftest') # we don't want PYTHONDIR in config.h, as otherwise changing # --prefix causes a complete rebuild -- cgit