mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
11 lines
388 B
Makefile
11 lines
388 B
Makefile
################################################
|
|
# Start SUBSYSTEM LIBSAMBA3
|
|
[SUBSYSTEM::SMBPASSWD]
|
|
PRIVATE_DEPENDENCIES = CHARSET LIBSAMBA-UTIL
|
|
# End SUBSYSTEM LIBSAMBA3
|
|
################################################
|
|
|
|
SMBPASSWD_OBJ_FILES = $(libsrcdir)/samba3/smbpasswd.o
|
|
|
|
$(eval $(call proto_header_template,$(libsrcdir)/samba3/samba3_smbpasswd_proto.h,$(SMBPASSWD_OBJ_FILES:.o=.c)))
|