mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +03:00
4c70cda986
(This used to be commit a6b52119940a900fb0de3864b8bca94e2965cc24)
14 lines
469 B
Makefile
14 lines
469 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)
|
|
|
|
PUBLIC_HEADERS += $(libcharsetsrcdir)/charset.h
|
|
|
|
$(eval $(call proto_header_template,$(libcharsetsrcdir)/charset_proto.h,$(CHARSET_OBJ_FILES:.o=.c)))
|