diff --git a/src/xercesc/validators/datatype/Makefile.in b/src/xercesc/validators/datatype/Makefile.in
index 1f13e7878563cf6de7ffdd6cb44da40b798ea4e4..825feaffadd88d34636bc7c46e5f21b0f2f7cf90 100644
--- a/src/xercesc/validators/datatype/Makefile.in
+++ b/src/xercesc/validators/datatype/Makefile.in
@@ -55,6 +55,9 @@
 #
 #
 # $Log$
+# Revision 1.4  2003/12/11 21:57:26  peiyongz
+# XMLCanRepGroup
+#
 # Revision 1.3  2002/09/17 21:24:25  peiyongz
 # RPM for Xerces2.1.0, patch from Thomas Woerner (thomas@linux.de)
 #
@@ -192,6 +195,7 @@ VALIDATORS_DATATYPE_CPP_PUBHEADERS = \
 	MonthDayDatatypeValidator.hpp \
 	YearDatatypeValidator.hpp \
 	YearMonthDatatypeValidator.hpp \
+	XMLCanRepGroup.hpp \
 	DurationDatatypeValidator.hpp
 
 VALIDATORS_DATATYPE_CPP_PRIVHEADERS =
@@ -231,6 +235,7 @@ VALIDATORS_DATATYPE_CPP_OBJECTS = \
 	MonthDayDatatypeValidator.$(TO) \
 	YearDatatypeValidator.$(TO) \
 	YearMonthDatatypeValidator.$(TO) \
+	XMLCanRepGroup.$(TO) \
 	DurationDatatypeValidator.$(TO)
 
 all::	includes $(VALIDATORS_DATATYPE_CPP_OBJECTS)