summaryrefslogtreecommitdiff
path: root/third_party/wscript
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2017-09-06 09:58:06 -0700
committerJeremy Allison <jra@samba.org>2017-09-07 02:01:08 +0200
commit11a56768950e1caae302507e15e58eb1c316c30a (patch)
tree1f45d2fb44be261452f4514c4536a761f06b84b8 /third_party/wscript
parent421fa346de575ebbed3496dc203011b80537bd8a (diff)
downloadsamba-11a56768950e1caae302507e15e58eb1c316c30a.tar.gz
third_party: Add build capability to aesni-intel.
Minor modifications to code to allow building as a Samba shared library. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13008 Based on original work by Justin Maggard <jmaggard@netgear.com> Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
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 ad4d6245bbd..7c2923f611e 100644
--- a/third_party/wscript
+++ b/third_party/wscript
@@ -50,6 +50,7 @@ def configure(conf):
conf.RECURSE('cmocka')
conf.RECURSE('popt')
conf.RECURSE('zlib')
+ conf.RECURSE('aesni-intel')
def build(bld):
@@ -73,3 +74,4 @@ def build(bld):
bld.RECURSE('cmocka')
bld.RECURSE('zlib')
bld.RECURSE('popt')
+ bld.RECURSE('aesni-intel')