mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
tdb: use public_headers to install header files
This commit is contained in:
parent
0a0ebd73fb
commit
7b948a39e1
@ -65,7 +65,6 @@ def build(bld):
|
||||
if bld.env.standalone_tdb:
|
||||
bld.env.PKGCONFIGDIR = '${LIBDIR}/pkgconfig'
|
||||
bld.PKG_CONFIG_FILES('tdb.pc', vnum=VERSION)
|
||||
bld.INSTALL_FILES('${INCLUDEDIR}', 'include/tdb.h', flat=True)
|
||||
private_library = False
|
||||
else:
|
||||
private_library = True
|
||||
@ -79,6 +78,7 @@ def build(bld):
|
||||
abi_match='tdb_*',
|
||||
hide_symbols=True,
|
||||
vnum=VERSION,
|
||||
public_headers='include/tdb.h',
|
||||
private_library=private_library)
|
||||
|
||||
bld.SAMBA_BINARY('tdbtorture',
|
||||
|
Loading…
Reference in New Issue
Block a user