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