mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +03:00
12 lines
380 B
Makefile
12 lines
380 B
Makefile
################################################
|
|
# Start SUBSYSTEM CHARSET
|
|
[SUBSYSTEM::CHARSET]
|
|
PUBLIC_DEPENDENCIES = ICONV
|
|
PRIVATE_DEPENDENCIES = DYNCONFIG
|
|
# End SUBSYSTEM CHARSET
|
|
################################################
|
|
|
|
CHARSET_OBJ_FILES = $(addprefix $(libcharsetsrcdir)/, iconv.o charcnv.o util_unistr.o codepoints.o)
|
|
|
|
PUBLIC_HEADERS += $(libcharsetsrcdir)/charset.h
|