summaryrefslogtreecommitdiff
path: root/source4/lib/charset/config.mk
blob: 023bd5c5883dd610bb21ea4b1fea039043796322 (plain)
1
2
3
4
5
6
7
8
9
10
11
################################################
# Start SUBSYSTEM CHARSET
[SUBSYSTEM::CHARSET]
OBJ_FILES = \
		iconv.o \
		charcnv.o
PUBLIC_HEADERS = charset.h
PUBLIC_PROTO_HEADER = charset_proto.h
PUBLIC_DEPENDENCIES = EXT_LIB_ICONV
# End SUBSYSTEM CHARSET
################################################