From 9c8791a2ed61917a866d8ecfac5fa749ed87c27d Mon Sep 17 00:00:00 2001 From: "ftang%netscape.com" Date: Mon, 17 May 1999 19:08:19 +0000 Subject: [PATCH] add intl/chardet --- allmakefiles.sh | 3 +++ intl/Makefile.in | 2 +- intl/makefile.win | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/allmakefiles.sh b/allmakefiles.sh index 239a1588c14f..c48250d6901c 100755 --- a/allmakefiles.sh +++ b/allmakefiles.sh @@ -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 diff --git a/intl/Makefile.in b/intl/Makefile.in index 74c79c568e43..23f54bfe061a 100644 --- a/intl/Makefile.in +++ b/intl/Makefile.in @@ -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 diff --git a/intl/makefile.win b/intl/makefile.win index 16f3b30c7e66..94a446e224c6 100644 --- a/intl/makefile.win +++ b/intl/makefile.win @@ -17,6 +17,6 @@ DEPTH=.. -DIRS=uconv unicharutil locale strres lwbrk +DIRS=uconv unicharutil locale strres lwbrk chardet include <$(DEPTH)\config\rules.mak>