mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
e5f2dfacae
The wscript_build files convey what header files belong to which logical package. For example, # lib/util/wscript_build: bld.SAMBA_LIBRARY('samba-util', public_headers='... data_blob.h ...' # auth/credentials/wscript_build: bld.SAMBA_LIBRARY('samba-credentials', public_headers='credentials.h', Now, credentials.h #includes <util/data_blob.h> and therefore, samba-credentials.pc must have a Requires: samba-util. Similarly for other parts. Signed-off-by: Jan Engelhardt <jengelh@inai.de> Reviewed-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> |
||
---|---|---|
.. | ||
tests | ||
credentials_internal.h | ||
credentials_krb5.c | ||
credentials_krb5.h | ||
credentials_ntlm.c | ||
credentials_secrets.c | ||
credentials.c | ||
credentials.h | ||
pycredentials.c | ||
pycredentials.h | ||
samba-credentials.pc.in | ||
wscript_build |