mirror of
https://github.com/samba-team/samba.git
synced 2025-01-28 17:47:29 +03:00
02075be0bb
puts support for it into popt_common, adds a few utility functions (in lib/credentials.c) and the callback functions for the command-line (lib/cmdline/credentials.c). Comments are welcome :-) (This used to be commit 1d49b57c50fe8c2683ea23e9df41ce8ad774db98)
8 lines
251 B
Makefile
8 lines
251 B
Makefile
##############################
|
|
# Start SUBSYSTEM LIBCMDLINE_CREDENTIALS
|
|
[SUBSYSTEM::LIBCMDLINE_CREDENTIALS]
|
|
ADD_OBJ_FILES = lib/cmdline/getsmbpass.o \
|
|
lib/cmdline/credentials.o
|
|
# End SUBSYSTEM LIBCMDLINE_CREDENTIALS
|
|
##############################
|