add intl/chardet

This commit is contained in:
ftang%netscape.com 1999-05-17 19:08:19 +00:00
parent 26a02881cd
commit 9c8791a2ed
3 changed files with 5 additions and 2 deletions

View File

@ -114,6 +114,9 @@ htmlparser/tests/grabpage/Makefile
htmlparser/tests/logparse/Makefile
include/Makefile
intl/Makefile
intl/chardet/Makefile
intl/chardet/public/Makefile
intl/chardet/src/Makefile
intl/uconv/Makefile
intl/uconv/public/Makefile
intl/uconv/src/Makefile

View File

@ -21,6 +21,6 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = uconv unicharutil locale strres lwbrk
DIRS = uconv unicharutil locale strres lwbrk chardet
include $(topsrcdir)/config/rules.mk

View File

@ -17,6 +17,6 @@
DEPTH=..
DIRS=uconv unicharutil locale strres lwbrk
DIRS=uconv unicharutil locale strres lwbrk chardet
include <$(DEPTH)\config\rules.mak>