diff --git a/mozilla/rdf/src/Makefile b/mozilla/rdf/src/Makefile index 0a12056201e..31680f77472 100644 --- a/mozilla/rdf/src/Makefile +++ b/mozilla/rdf/src/Makefile @@ -43,14 +43,16 @@ CSRCS= \ rdfht.c \ $(NULL) -CPPSRCS= \ - comwrap.cpp \ - netglue.cpp \ - nsRDFDataModel.cpp \ - nsRDFDataModelItem.cpp \ - nsRDFTreeColumn.cpp \ - nsRDFTreeDataModel.cpp \ - nsRDFTreeItem.cpp \ +CPPSRCS= \ + comwrap.cpp \ + netglue.cpp \ + nsRDFDataModel.cpp \ + nsRDFDataModelItem.cpp \ + nsRDFToolbarDataModel.cpp \ + nsRDFToolbarDataModelItem.cpp \ + nsRDFTreeColumn.cpp \ + nsRDFTreeDataModel.cpp \ + nsRDFTreeDataModelItem.cpp \ $(NULL) include $(DEPTH)/config/config.mk