diff options
author | Jan Engelhardt <jengelh@inai.de> | 2013-09-05 20:57:12 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2017-04-18 18:54:13 +0200 |
commit | e5f2dfacae9312165291ce0cef62dee094a164d1 (patch) | |
tree | c489c5d42ce0f280587def5b847b8d972ccbac5d /source3 | |
parent | 76b351e907f67cc7d4af4e7d800c7a3aa1269ee8 (diff) | |
download | samba-e5f2dfacae9312165291ce0cef62dee094a164d1.tar.gz |
build: correct package dependencies
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>
Diffstat (limited to 'source3')
0 files changed, 0 insertions, 0 deletions