diff --git a/layout/css/layout/src/Makefile b/layout/css/layout/src/Makefile index b44045add734..a9e5a6a159ce 100644 --- a/layout/css/layout/src/Makefile +++ b/layout/css/layout/src/Makefile @@ -21,10 +21,11 @@ LIBRARY_NAME = raptorhtmlline_s # Note the sophisticated alphabetical ordering :-| CPPSRCS = \ - nsBlockFrame.cpp \ - nsHTMLLineLayout.cpp \ - nsInlineFrame.cpp \ - nsLineData.cpp \ + nsCSSBlockFrame.cpp \ + nsCSSContainerFrame.cpp \ + nsCSSInlineFrame.cpp \ + nsCSSInlineLayout.cpp \ + nsCSSLineLayout.cpp \ $(NULL) MODULE = raptor