mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
build: mark some private includes as OK in public headers
these are includes which are protected by #ifdefs which means they don't get exposed to public users
This commit is contained in:
parent
7dc049e5a2
commit
c3f04a9f35
@ -20,6 +20,10 @@ bld.AUTOCLEANUP_STALE_FILES()
|
||||
# enable building of public headers in the build tree
|
||||
bld.env.build_public_headers = 'include/public'
|
||||
|
||||
# these are includes which appear in public headers, but with #ifdef conditional
|
||||
# compilation, so they are safe
|
||||
bld.env.public_headers_skip = ['param/param_proto.h', 'lib/ldb_compat.h']
|
||||
|
||||
samba_version.load_version(bld.env)
|
||||
bld.SAMBA_MKVERSION('version.h')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user