summary refs log tree commit diff
path: root/iconvdata/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-07-14 09:25:46 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-14 09:25:46 +0000
commitcfd14df5ee3c7daefe5f875816c0468c2105bf6e (patch)
tree0ddeaedf17cd3463d51c41349e5be87d59f50a80 /iconvdata/Makefile
parentbc0413276ea17dc2a255ce726e9b9a504438980f (diff)
downloadglibc-cfd14df5ee3c7daefe5f875816c0468c2105bf6e.tar.gz
glibc-cfd14df5ee3c7daefe5f875816c0468c2105bf6e.tar.xz
glibc-cfd14df5ee3c7daefe5f875816c0468c2105bf6e.zip
Update.
2000-07-14  Ulrich Drepper  <drepper@redhat.com>

	* iconvdata/Makefile (modules): Add GB18030.
	(distribute): Add gb18030.c.
	* iconvdata/gconv-modules: Add entries for GB18030 module.
	* iconvdata/gb18030.c: New file.
	Contributed by Wang ShouHua <shouhuawang@redflag-linux.com>
	and Wu Jian.
Diffstat (limited to 'iconvdata/Makefile')
-rw-r--r--iconvdata/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/iconvdata/Makefile b/iconvdata/Makefile
index b95d3a4086..e7a8dbdd70 100644
--- a/iconvdata/Makefile
+++ b/iconvdata/Makefile
@@ -45,7 +45,7 @@ modules	:= ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-5		 \
 	   INIS-CYRILLIC ISO_6937-2 ISO_2033 ISO_5427 ISO_5427-EXT	 \
 	   ISO_5428 ISO_10367-BOX MAC-IS MAC-UK NATS-DANO NATS-SEFI	 \
 	   SAMI-WS2 ISO-IR-197 TIS-620 KOI8-U GBK ISIRI-3342 GBGBK	 \
-	   ISO-2022-CN libISOIR165 UTF-16 UNICODE BIG5HKSCS
+	   ISO-2022-CN libISOIR165 UTF-16 UNICODE BIG5HKSCS GB18030
 
 modules.so := $(addsuffix .so, $(modules))
 
@@ -118,7 +118,8 @@ distribute := gconv-modules extra-module.mk gap.awk gaptab.awk		    \
 	      macintosh.c mac-is.c mac-uk.c nats-dano.c nats-sefi.c sjis.c  \
 	      t.61.c uhc.c sami-ws2.c iso-ir-197.c tis-620.c koi8-u.c	    \
 	      isiri-3342.c gbgbk.c iso-2022-cn.c cns11643l2.h iso8859-16.c  \
-	      utf-16.c unicode.c big5hkscs.c iso-ir-165.c iso-ir-165.h
+	      utf-16.c unicode.c big5hkscs.c iso-ir-165.c iso-ir-165.h	    \
+	      gb18030.c
 
 # We build the transformation modules only when we build shared libs.
 ifeq (yes,$(build-shared))