mirror of
https://github.com/samba-team/samba.git
synced 2025-02-09 09:57:48 +03:00
s4: Rename DB_GLUE to db_glue.
This commit is contained in:
parent
fc6bfe24fd
commit
18ae8887a3
@ -11,7 +11,7 @@ bld.SAMBA_MODULE('KDC',
|
|||||||
|
|
||||||
bld.SAMBA_SUBSYSTEM('HDB_SAMBA4',
|
bld.SAMBA_SUBSYSTEM('HDB_SAMBA4',
|
||||||
source='hdb-samba4.c',
|
source='hdb-samba4.c',
|
||||||
deps='ldb auth_sam auth_sam_reply CREDENTIALS hdb DB_GLUE libsamba-hostconfig com_err',
|
deps='ldb auth_sam auth_sam_reply CREDENTIALS hdb db_glue libsamba-hostconfig com_err',
|
||||||
includes='../heimdal/kdc',
|
includes='../heimdal/kdc',
|
||||||
local_include=False
|
local_include=False
|
||||||
)
|
)
|
||||||
@ -33,18 +33,18 @@ bld.SAMBA_SUBSYSTEM('PAC_GLUE',
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
bld.SAMBA_LIBRARY('DB_GLUE',
|
bld.SAMBA_LIBRARY('db_glue',
|
||||||
source='db-glue.c',
|
source='db-glue.c',
|
||||||
local_include=False,
|
local_include=False,
|
||||||
deps='ldb auth_sam auth_sam_reply CREDENTIALS hdb libsamba-hostconfig com_err',
|
deps='ldb auth_sam auth_sam_reply CREDENTIALS hdb libsamba-hostconfig com_err',
|
||||||
private_library=True
|
private_library=True
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
bld.SAMBA_SUBSYSTEM('MIT_SAMBA',
|
bld.SAMBA_SUBSYSTEM('MIT_SAMBA',
|
||||||
source='mit_samba.c',
|
source='mit_samba.c',
|
||||||
local_include=False,
|
local_include=False,
|
||||||
deps='ldb auth_sam auth_sam_reply CREDENTIALS hdb DB_GLUE PAC_GLUE libsamba-hostconfig com_err'
|
deps='ldb auth_sam auth_sam_reply CREDENTIALS hdb db_glue PAC_GLUE libsamba-hostconfig com_err'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user