]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:utils: DNS_UTIL depends on libads headers so we need to depend on 'ads'
authorStefan Metzmacher <metze@samba.org>
Thu, 6 Jun 2024 08:39:33 +0000 (10:39 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 6 Jun 2024 20:25:36 +0000 (20:25 +0000)
Otherwise we don't get the correct header include paths and krb5.h in
a non default location won't be found.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/utils/wscript_build

index ca57e8004f26f72aa67206df2d6a5b06bd1d4d95..e486af0ac6d69f89fb70ea58b9c800033f982850 100644 (file)
@@ -9,7 +9,7 @@ bld.SAMBA3_SUBSYSTEM('CONN_TDB',
 
 bld.SAMBA3_SUBSYSTEM('DNS_UTIL',
                      source='net_dns.c net_ads_join_dns.c',
-                     deps='addns')
+                     deps='addns ads')
 
 bld.SAMBA3_BINARY('profiles',
                  source='profiles.c',