summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2019-01-21 13:16:56 +0100
committerAndreas Schneider <asn@cryptomilk.org>2019-06-27 12:54:24 +0000
commit80b6ad51f9a029e0b315dabc852ce548bc76a21f (patch)
tree43fa40aa54ecf4b77566f1001e8f4a038d30be7b /source3/wscript_build
parent0a8a1c9c78f4f4eda45514a267e080543b3c29ef (diff)
downloadsamba-80b6ad51f9a029e0b315dabc852ce548bc76a21f.tar.gz
s3:rpc_client: Use C99 inititializer in dcerpc_samr_chgpasswd_user()
This also cleans up after using them. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index b61fc3cc95f..7d44071225e 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1062,7 +1062,7 @@ bld.SAMBA3_SUBSYSTEM('INIT_NETLOGON',
bld.SAMBA3_SUBSYSTEM('INIT_SAMR',
source='rpc_client/init_samr.c',
- deps='samba-util')
+ deps='samba-util GNUTLS_HELPERS')
bld.SAMBA3_SUBSYSTEM('LIBLSA',
source='lib/lsa.c')