diff --git a/content/html/content/src/makefile.win b/content/html/content/src/makefile.win
index 032035e7b337..927a04fd9ca9 100644
--- a/content/html/content/src/makefile.win
+++ b/content/html/content/src/makefile.win
@@ -23,13 +23,17 @@ REQUIRES=xpcom raptor js
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
CPPSRCS= \
+ nsHTMLComment.cpp \
nsHTMLHead.cpp \
nsHTMLMeta.cpp \
+ nsHTMLTitle.cpp \
$(NULL)
CPP_OBJS= \
+ .\$(OBJDIR)\nsHTMLComment.obj \
.\$(OBJDIR)\nsHTMLHead.obj \
.\$(OBJDIR)\nsHTMLMeta.obj \
+ .\$(OBJDIR)\nsHTMLTitle.obj \
$(NULL)
LINCS=-I$(PUBLIC)\xpcom -I$(PUBLIC)\raptor -I$(PUBLIC)\js \
diff --git a/layout/html/content/src/Makefile b/layout/html/content/src/Makefile
index f35afa3afe86..c1f61de086f9 100644
--- a/layout/html/content/src/Makefile
+++ b/layout/html/content/src/Makefile
@@ -21,8 +21,10 @@ LIBRARY_NAME = nglhtmlcon_s
# Note the sophisticated alphabetical ordering :-|
CPPSRCS = \
+ nsHTMLComment.cpp \
nsHTMLHead.cpp \
nsHTMLMeta.cpp \
+ nsHTMLTitle.cpp \
$(NULL)
MODULE = raptor
diff --git a/layout/html/content/src/makefile.win b/layout/html/content/src/makefile.win
index 032035e7b337..927a04fd9ca9 100644
--- a/layout/html/content/src/makefile.win
+++ b/layout/html/content/src/makefile.win
@@ -23,13 +23,17 @@ REQUIRES=xpcom raptor js
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
CPPSRCS= \
+ nsHTMLComment.cpp \
nsHTMLHead.cpp \
nsHTMLMeta.cpp \
+ nsHTMLTitle.cpp \
$(NULL)
CPP_OBJS= \
+ .\$(OBJDIR)\nsHTMLComment.obj \
.\$(OBJDIR)\nsHTMLHead.obj \
.\$(OBJDIR)\nsHTMLMeta.obj \
+ .\$(OBJDIR)\nsHTMLTitle.obj \
$(NULL)
LINCS=-I$(PUBLIC)\xpcom -I$(PUBLIC)\raptor -I$(PUBLIC)\js \