summaryrefslogtreecommitdiff
path: root/third_party/wscript
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2017-04-07 15:44:05 +0200
committerAndreas Schneider <asn@cryptomilk.org>2017-04-10 11:38:13 +0200
commit94b7672d48040a1630a25b0d8a79bd8349b15397 (patch)
treed773203ba07350ce87b577392a6a9e104f71666c /third_party/wscript
parent686ac6b17124eea6aadd8b067bcac89cd8b9686a (diff)
downloadsamba-94b7672d48040a1630a25b0d8a79bd8349b15397.tar.gz
third_party: Add cmocka 1.1.1
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlet <abartlet@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Mon Apr 10 11:38:13 CEST 2017 on sn-devel-144
Diffstat (limited to 'third_party/wscript')
-rw-r--r--third_party/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/wscript b/third_party/wscript
index d5b9df7bb96..ad4d6245bbd 100644
--- a/third_party/wscript
+++ b/third_party/wscript
@@ -47,6 +47,7 @@ Unable to find Python module '%s'. Please install the system package or place a
def configure(conf):
for module, package in external_pkgs.items():
find_third_party_module(conf, module, package)
+ conf.RECURSE('cmocka')
conf.RECURSE('popt')
conf.RECURSE('zlib')
@@ -69,5 +70,6 @@ def build(bld):
target='empty_file')
bld.INSTALL_FILES('${PYTHONARCHDIR}/samba/third_party', 'empty_file', destname='__init__.py')
+ bld.RECURSE('cmocka')
bld.RECURSE('zlib')
bld.RECURSE('popt')