From f15a81c1c02426a5afe59a364d00438f06a10501 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 17 Mar 2010 20:38:03 +1100 Subject: build: added ASN1, PIDL and ET build rules also added selftest example command --- source4/wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/wscript') diff --git a/source4/wscript b/source4/wscript index 211f30b157..a72c16c9e2 100644 --- a/source4/wscript +++ b/source4/wscript @@ -7,6 +7,8 @@ LIBLDB_DIR= srcdir + '/source4/lib/ldb' def set_options(opt): opt.recurse(LIBREPLACE_DIR) opt.recurse(LIBLDB_DIR) + opt.recurse('selftest') + def configure(conf): conf.DEFINE('_SAMBA_BUILD_', 4) -- cgit