diff options
Diffstat (limited to 'source4/wscript')
-rw-r--r-- | source4/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
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 |