summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Baumbach <bb@sernet.de>2019-11-15 13:21:48 +0100
committerAndreas Schneider <asn@cryptomilk.org>2019-11-15 17:21:32 +0000
commit55b2cb47a9701376aa9e844390c8c4ee2d7fa6e9 (patch)
tree5b49f7788b9b3647e69a0e1ecdf846f1948437eb
parent8e8313b2b57f3e760876feb5b732d1d2774baa18 (diff)
downloadsamba-55b2cb47a9701376aa9e844390c8c4ee2d7fa6e9.tar.gz
s3-build: add missing gnutls dependency
Signed-off-by: Björn Baumbach <bb@sernet.de> Reviewed-by: Andreas Schneider <asn@samba.org>
-rw-r--r--source3/wscript_build5
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 54982a92954..1cf734fe4c7 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -786,7 +786,10 @@ bld.SAMBA3_SUBSYSTEM('LEASES_UTIL',
if bld.CONFIG_GET("WITH_PROFILE"):
bld.SAMBA3_SUBSYSTEM('PROFILE',
source='profile/profile.c',
- deps='samba-util')
+ deps='''
+ samba-util
+ gnutls
+ ''')
else:
bld.SAMBA3_SUBSYSTEM('PROFILE',
source='profile/profile_dummy.c',