mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
1d75a6e224
I want to use this in source3/smbd/ metze
12 lines
292 B
Makefile
12 lines
292 B
Makefile
# common SMB and SMB2 stuff
|
|
[SUBSYSTEM::LIBCLI_SMB_COMMON]
|
|
PUBLIC_DEPENDENCIES = LIBTALLOC
|
|
|
|
LIBCLI_SMB_COMMON_OBJ_FILES = $(addprefix ../libcli/smb/, \
|
|
smb2_create_blob.o)
|
|
|
|
$(eval $(call proto_header_template, \
|
|
../libcli/smb/smb_common_proto.h, \
|
|
$(LIBCLI_SMB_COMMON_OBJ_FILES:.o=.c)))
|
|
|