mirror of git://sourceware.org/git/glibc.git
(distribute): Add iconv_charmap.c and dummy-repertoire.c.
This commit is contained in:
parent
ad8bdd9216
commit
47599985fd
|
|
@ -46,7 +46,8 @@ CFLAGS-charmap.c = -DCHARMAP_PATH='"$(i18ndir)/charmaps"' \
|
||||||
|
|
||||||
tests = tst-iconv1 tst-iconv2 tst-iconv3
|
tests = tst-iconv1 tst-iconv2 tst-iconv3
|
||||||
|
|
||||||
distribute = gconv_builtin.h gconv_int.h loop.c skeleton.c iconv_prog.h
|
distribute = gconv_builtin.h gconv_int.h loop.c skeleton.c iconv_prog.h \
|
||||||
|
iconv_charmap.c dummy-repertoire.c
|
||||||
|
|
||||||
others = iconv_prog
|
others = iconv_prog
|
||||||
install-others = $(inst_bindir)/iconv
|
install-others = $(inst_bindir)/iconv
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue