mirror of
https://github.com/samba-team/samba.git
synced 2025-01-19 10:03:58 +03:00
r13927: fix dependency
metze
This commit is contained in:
parent
930daa9f41
commit
2cb0327528
@ -32,7 +32,7 @@ OBJ_FILES = ndr/ndr_sec_helper.o ndr/ndr_sec.o
|
||||
[SUBSYSTEM::NDR_SECURITY]
|
||||
OBJ_FILES = gen_ndr/ndr_security.o
|
||||
NOPROTO = YES
|
||||
REQUIRED_SUBSYSTEMS = NDR_SECURITY_HELPER
|
||||
REQUIRED_SUBSYSTEMS = NDR_MISC NDR_SECURITY_HELPER
|
||||
|
||||
[SUBSYSTEM::NDR_AUDIOSRV]
|
||||
OBJ_FILES = gen_ndr/ndr_audiosrv.o
|
||||
|
@ -5,7 +5,8 @@
|
||||
*/
|
||||
|
||||
[
|
||||
pointer_default(unique)
|
||||
pointer_default(unique),
|
||||
depends(misc)
|
||||
]
|
||||
interface security
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user