diff --git a/mozilla/xpcom/ds/Makefile.in b/mozilla/xpcom/ds/Makefile.in index b8aa94b1390..ae22237a283 100644 --- a/mozilla/xpcom/ds/Makefile.in +++ b/mozilla/xpcom/ds/Makefile.in @@ -32,6 +32,10 @@ LIBRARY_NAME = xpcomds_s REQUIRES = xpcom uconv unicharutil +CSRCS = \ + plvector.c \ + $(NULL) + CPPSRCS = \ nsArena.cpp \ nsAtomTable.cpp \ @@ -60,7 +64,6 @@ CPPSRCS = \ nsUnicharBuffer.cpp \ nsVoidArray.cpp \ nsXPIDLString.cpp \ - plvector.cpp \ nsTextFormater.cpp \ $(NULL)