1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-06 13:18:07 +03:00
samba-mirror/source4/lib/charset/config.mk
Jelmer Vernooij 4c5a4a7e02 r11244: Relative path names in .mk files
(This used to be commit 24e1030090)
2007-10-10 13:45:06 -05:00

11 lines
264 B
Makefile

################################################
# Start SUBSYSTEM CHARSET
[SUBSYSTEM::CHARSET]
INIT_OBJ_FILES = \
iconv.o
ADD_OBJ_FILES = \
charcnv.o
REQUIRED_SUBSYSTEMS = EXT_LIB_ICONV
# End SUBSYSTEM CHARSET
################################################