mirror of
https://github.com/samba-team/samba.git
synced 2025-11-16 20:23:50 +03:00
This code is no longer used, and equivalent code already exists in Python (scripting/python/samba/samba3.py)
9 lines
292 B
Makefile
9 lines
292 B
Makefile
################################################
|
|
# Start SUBSYSTEM LIBSAMBA3
|
|
[SUBSYSTEM::SMBPASSWD]
|
|
PRIVATE_PROTO_HEADER = samba3_smbpasswd_proto.h
|
|
OBJ_FILES = smbpasswd.o
|
|
PRIVATE_DEPENDENCIES = CHARSET LIBSAMBA-UTIL
|
|
# End SUBSYSTEM LIBSAMBA3
|
|
################################################
|