mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
a46e12d0e0
always at it as first private dependencies
metze
(This used to be commit 135d096776
)
13 lines
318 B
Makefile
13 lines
318 B
Makefile
################################################
|
|
# 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
|
|
# End SUBSYSTEM CHARSET
|
|
################################################
|