1
0
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:
Andrew Bartlett 2011-10-25 11:39:47 +11:00
parent 7f8f7159af
commit 1e2f15f773
2 changed files with 4 additions and 0 deletions

View 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 *)

View File

@ -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',