mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
s4-nbt: use moved libcli netlogon helpers.
Guenther
This commit is contained in:
parent
9d541f314f
commit
1147d05b47
@ -20,7 +20,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "lib/util/asn1.h"
|
#include "lib/util/asn1.h"
|
||||||
#include "libcli/netlogon.h"
|
#include "../libcli/netlogon.h"
|
||||||
|
|
||||||
struct ldap_message;
|
struct ldap_message;
|
||||||
|
|
||||||
|
@ -61,17 +61,17 @@ $(eval $(call proto_header_template,../$(libclisrcdir)/nbt/nbt_proto.h,$(LIBCLI_
|
|||||||
PUBLIC_DEPENDENCIES = LIBNDR \
|
PUBLIC_DEPENDENCIES = LIBNDR \
|
||||||
NDR_SECURITY
|
NDR_SECURITY
|
||||||
|
|
||||||
LIBCLI_NDR_NETLOGON_OBJ_FILES = $(addprefix $(libclisrcdir)/, ndr_netlogon.o)
|
LIBCLI_NDR_NETLOGON_OBJ_FILES = $(addprefix ../$(libclisrcdir)/, ndr_netlogon.o)
|
||||||
|
|
||||||
$(eval $(call proto_header_template,$(libclisrcdir)/ndr_netlogon_proto.h,$(LIBCLI_NDR_NETLOGON_OBJ_FILES:.o=.c)))
|
$(eval $(call proto_header_template,../$(libclisrcdir)/ndr_netlogon_proto.h,$(LIBCLI_NDR_NETLOGON_OBJ_FILES:.o=.c)))
|
||||||
|
|
||||||
[SUBSYSTEM::LIBCLI_NETLOGON]
|
[SUBSYSTEM::LIBCLI_NETLOGON]
|
||||||
PUBLIC_DEPENDENCIES = LIBSAMBA-UTIL LIBCLI_NDR_NETLOGON
|
PUBLIC_DEPENDENCIES = LIBSAMBA-UTIL LIBCLI_NDR_NETLOGON
|
||||||
|
|
||||||
LIBCLI_NETLOGON_OBJ_FILES = $(addprefix $(libclisrcdir)/, \
|
LIBCLI_NETLOGON_OBJ_FILES = $(addprefix ../$(libclisrcdir)/, \
|
||||||
netlogon.o)
|
netlogon.o)
|
||||||
|
|
||||||
$(eval $(call proto_header_template,$(libclisrcdir)/netlogon_proto.h,$(LIBCLI_NETLOGON_OBJ_FILES:.o=.c)))
|
$(eval $(call proto_header_template,../$(libclisrcdir)/netlogon_proto.h,$(LIBCLI_NETLOGON_OBJ_FILES:.o=.c)))
|
||||||
|
|
||||||
[SUBSYSTEM::LIBCLI_DRSBLOBS]
|
[SUBSYSTEM::LIBCLI_DRSBLOBS]
|
||||||
PUBLIC_DEPENDENCIES = LIBNDR
|
PUBLIC_DEPENDENCIES = LIBNDR
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "libcli/netlogon.h"
|
#include "../libcli/netlogon.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
a datagram name request
|
a datagram name request
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
import "misc.idl", "security.idl", "svcctl.idl", "samr.idl";
|
import "misc.idl", "security.idl", "svcctl.idl", "samr.idl";
|
||||||
[
|
[
|
||||||
helper("libcli/netlogon.h", "../libcli/nbt/libnbt.h")
|
helper("../libcli/netlogon.h", "../libcli/nbt/libnbt.h")
|
||||||
]
|
]
|
||||||
interface nbt
|
interface nbt
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user