diff --git a/mozilla/content/html/content/src/makefile.win b/mozilla/content/html/content/src/makefile.win index 2cc1160a181..60c9ad4d0ba 100644 --- a/mozilla/content/html/content/src/makefile.win +++ b/mozilla/content/html/content/src/makefile.win @@ -25,6 +25,7 @@ DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN CPPSRCS= \ nsHTMLApplet.cpp \ nsHTMLComment.cpp \ + nsHTMLEmbed.cpp \ nsHTMLHead.cpp \ nsHTMLMeta.cpp \ nsHTMLObject.cpp \ @@ -34,6 +35,7 @@ CPPSRCS= \ CPP_OBJS= \ .\$(OBJDIR)\nsHTMLApplet.obj \ .\$(OBJDIR)\nsHTMLComment.obj \ + .\$(OBJDIR)\nsHTMLEmbed.obj \ .\$(OBJDIR)\nsHTMLHead.obj \ .\$(OBJDIR)\nsHTMLMeta.obj \ .\$(OBJDIR)\nsHTMLObject.obj \ diff --git a/mozilla/layout/html/content/src/Makefile b/mozilla/layout/html/content/src/Makefile index bac0e3e9204..bed321290d1 100644 --- a/mozilla/layout/html/content/src/Makefile +++ b/mozilla/layout/html/content/src/Makefile @@ -23,6 +23,7 @@ LIBRARY_NAME = nglhtmlcon_s CPPSRCS = \ nsHTMLApplet.cpp \ nsHTMLComment.cpp \ + nsHTMLEmbed.cpp \ nsHTMLHead.cpp \ nsHTMLMeta.cpp \ nsHTMLObject.cpp \ diff --git a/mozilla/layout/html/content/src/makefile.win b/mozilla/layout/html/content/src/makefile.win index 2cc1160a181..60c9ad4d0ba 100644 --- a/mozilla/layout/html/content/src/makefile.win +++ b/mozilla/layout/html/content/src/makefile.win @@ -25,6 +25,7 @@ DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN CPPSRCS= \ nsHTMLApplet.cpp \ nsHTMLComment.cpp \ + nsHTMLEmbed.cpp \ nsHTMLHead.cpp \ nsHTMLMeta.cpp \ nsHTMLObject.cpp \ @@ -34,6 +35,7 @@ CPPSRCS= \ CPP_OBJS= \ .\$(OBJDIR)\nsHTMLApplet.obj \ .\$(OBJDIR)\nsHTMLComment.obj \ + .\$(OBJDIR)\nsHTMLEmbed.obj \ .\$(OBJDIR)\nsHTMLHead.obj \ .\$(OBJDIR)\nsHTMLMeta.obj \ .\$(OBJDIR)\nsHTMLObject.obj \