mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* Makefile.am (SAMBA_DIST): Remove lib/genrand.c and lib/util_unistr.c.
* samba/Makefile.in (SAMBAFILES): Remove lib/genrand.o and lib/util_unistr.o.
This commit is contained in:
parent
1ed4f8c110
commit
981d02ba5f
@ -1,5 +1,9 @@
|
||||
2005-01-20 Andrew V. Samoilov <sav@bcs.zp.ua>
|
||||
|
||||
* Makefile.am (SAMBA_DIST): Remove lib/genrand.c and lib/util_unistr.c.
|
||||
* samba/Makefile.in (SAMBAFILES): Remove lib/genrand.o and
|
||||
lib/util_unistr.o.
|
||||
|
||||
* samba/libsmb/clientgen.c (cli_oem_change_password): Removed.
|
||||
* samba/libsmb/smbencrypt.c (make_oem_passwd_hash): Removed.
|
||||
* samba/lib/util_sock.c (reset_globals_after_fork): Removed.
|
||||
|
@ -122,7 +122,6 @@ SAMBA_DIST = \
|
||||
lib/charcnv.c \
|
||||
lib/charset.c \
|
||||
lib/debug.c \
|
||||
lib/genrand.c \
|
||||
lib/interface.c \
|
||||
lib/kanji.c \
|
||||
lib/md4.c \
|
||||
@ -135,7 +134,6 @@ SAMBA_DIST = \
|
||||
lib/util_file.c \
|
||||
lib/util_sock.c \
|
||||
lib/util_str.c \
|
||||
lib/util_unistr.c \
|
||||
libsmb/clientgen.c \
|
||||
libsmb/namequery.c \
|
||||
libsmb/nmblib.c \
|
||||
|
@ -67,9 +67,7 @@ SAMBAFILES= \
|
||||
lib/username.o \
|
||||
lib/util_file.o \
|
||||
lib/util_sock.o \
|
||||
lib/genrand.o \
|
||||
lib/md4.o \
|
||||
lib/util_unistr.o \
|
||||
lib/interface.o \
|
||||
lib/netmask.o \
|
||||
libsmb/clientgen.o \
|
||||
|
Loading…
Reference in New Issue
Block a user