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
This commit is contained in:
mcafee%netscape.com
2000-01-06 01:12:25 +00:00
parent 54d2a3169c
commit 9a7662af74

View File

@@ -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)