From 9a7662af74971bb685b5712fed6084e8f2790abd Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Thu, 6 Jan 2000 01:12:25 +0000 Subject: [PATCH] plvector.c is a C file, this was linking incorrectly on optimized solaris. r=briano git-svn-id: svn://10.0.0.236/trunk@56918 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/ds/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)