mirror of
https://github.com/samba-team/samba.git
synced 2025-01-06 13:18:07 +03:00
4c5a4a7e02
(This used to be commit 24e1030090
)
11 lines
264 B
Makefile
11 lines
264 B
Makefile
################################################
|
|
# Start SUBSYSTEM CHARSET
|
|
[SUBSYSTEM::CHARSET]
|
|
INIT_OBJ_FILES = \
|
|
iconv.o
|
|
ADD_OBJ_FILES = \
|
|
charcnv.o
|
|
REQUIRED_SUBSYSTEMS = EXT_LIB_ICONV
|
|
# End SUBSYSTEM CHARSET
|
|
################################################
|