mirror of
https://github.com/samba-team/samba.git
synced 2025-11-12 04:23:49 +03:00
r15295: Fix some dependencies
Move unistr-specific code to lib/charset/. Remove _m from some places where it's not needed.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
e8d69ff8d0
commit
03224e1124
@@ -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