diff options
Diffstat (limited to 'source4/lib/charset/config.mk')
-rw-r--r-- | source4/lib/charset/config.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/source4/lib/charset/config.mk b/source4/lib/charset/config.mk new file mode 100644 index 0000000000..12c2f5f321 --- /dev/null +++ b/source4/lib/charset/config.mk @@ -0,0 +1,13 @@ +################################################ +# 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))) |