mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
r15295: Fix some dependencies
Move unistr-specific code to lib/charset/. Remove _m from some places where it's not needed.
(This used to be commit 03224e1124
)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
8ee028df88
commit
8d137d9785
@ -7,6 +7,7 @@ OUTPUT_TYPE = MERGEDOBJ
|
||||
OBJ_FILES = \
|
||||
socket_ipv4.o
|
||||
PUBLIC_DEPENDENCIES = EXT_SOCKET
|
||||
PRIVATE_DEPENDENCIES = LIBSAMBA-ERRORS
|
||||
# End MODULE socket_ipv4
|
||||
################################################
|
||||
|
||||
@ -41,6 +42,6 @@ OBJ_FILES = \
|
||||
connect_multi.o \
|
||||
connect.o
|
||||
PUBLIC_DEPENDENCIES = LIBTALLOC
|
||||
PRIVATE_DEPENDENCIES = LIBCLI_RESOLVE SOCKET_WRAPPER
|
||||
PRIVATE_DEPENDENCIES = SOCKET_WRAPPER LIBCLI_COMPOSITE
|
||||
# End SUBSYSTEM SOCKET
|
||||
################################################
|
||||
|
Reference in New Issue
Block a user