mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
drsuapi: fix the build.
Guenther (This used to be commit 92412648c3fc18ba0bfc56b76c6d3816f627628f)
This commit is contained in:
parent
36f67dc5e0
commit
d823940f91
@ -275,7 +275,8 @@ SERVER_MUTEX_OBJ = lib/server_mutex.o
|
||||
PASSCHANGE_OBJ = libsmb/passchange.o
|
||||
|
||||
LIBNDR_DRSUAPI_OBJ = librpc/ndr/ndr_drsuapi.o \
|
||||
librpc/ndr/ndr_compression.o
|
||||
librpc/ndr/ndr_compression.o \
|
||||
librpc/gen_ndr/ndr_drsuapi.o
|
||||
|
||||
COMPRESSION_OBJ = lib/compression/mszip.o
|
||||
|
||||
@ -290,8 +291,7 @@ LIBNDR_OBJ = librpc/ndr/ndr_basic.o \
|
||||
librpc/ndr/ndr_sec_helper.o \
|
||||
librpc/ndr/ndr_string.o \
|
||||
librpc/ndr/sid.o \
|
||||
librpc/ndr/uuid.o \
|
||||
$(DRSUAPI_OBJ)
|
||||
librpc/ndr/uuid.o
|
||||
|
||||
RPCCLIENT_NDR_OBJ = rpc_client/ndr.o
|
||||
|
||||
@ -309,8 +309,7 @@ LIBNDR_GEN_OBJ = librpc/gen_ndr/ndr_wkssvc.o \
|
||||
librpc/gen_ndr/ndr_notify.o \
|
||||
librpc/gen_ndr/ndr_xattr.o \
|
||||
librpc/gen_ndr/ndr_epmapper.o \
|
||||
librpc/gen_ndr/ndr_ntsvcs.o \
|
||||
librpc/gen_ndr/ndr_drsuapi.o
|
||||
librpc/gen_ndr/ndr_ntsvcs.o
|
||||
|
||||
RPC_PARSE_OBJ0 = rpc_parse/parse_prs.o rpc_parse/parse_misc.o
|
||||
|
||||
@ -461,7 +460,8 @@ LIBSMB_OBJ = libsmb/clientgen.o libsmb/cliconnect.o libsmb/clifile.o \
|
||||
$(LIBSAMBA_OBJ) \
|
||||
$(LIBNMB_OBJ) \
|
||||
$(LIBNBT_OBJ) \
|
||||
$(CLDAP_OBJ)
|
||||
$(CLDAP_OBJ) \
|
||||
$(DRSUAPI_OBJ)
|
||||
|
||||
RPC_CLIENT_OBJ1 = rpc_client/cli_netlogon.o
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user