mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
lib/util Add ABI to the samba-module library
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Oct 28 14:42:43 CEST 2011 on sn-devel-104
This commit is contained in:
parent
7f8f7159af
commit
1e2f15f773
2
lib/util/ABI/samba-module-0.0.1.sigs
Normal file
2
lib/util/ABI/samba-module-0.0.1.sigs
Normal file
@ -0,0 +1,2 @@
|
||||
samba_module_init_fns_for_subsystem: samba_module_init_fn *(TALLOC_CTX *, const char *)
|
||||
samba_module_init_fns_run: bool (samba_module_init_fn *)
|
@ -23,6 +23,8 @@ bld.SAMBA_LIBRARY('samba-module',
|
||||
local_include=False,
|
||||
public_headers='samba_module.h',
|
||||
vnum='0.0.1',
|
||||
abi_directory='ABI',
|
||||
abi_match='samba_module_*',
|
||||
pc_files='samba-module.pc')
|
||||
|
||||
bld.SAMBA_LIBRARY('samba-internal-module',
|
||||
|
Loading…
x
Reference in New Issue
Block a user