(file) Return to Makefile CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/Makefile between version 1.183.2.1 and 1.183.2.2

version 1.183.2.1, 2011/01/15 21:26:53 version 1.183.2.2, 2011/10/11 18:18:08
Line 191 
Line 191 
     CIMBuffer.cpp \     CIMBuffer.cpp \
     CIMInternalXmlEncoder.cpp \     CIMInternalXmlEncoder.cpp \
     SCMOInternalXmlEncoder.cpp \     SCMOInternalXmlEncoder.cpp \
     AsyncRequestExecutor.cpp      AsyncRequestExecutor.cpp \
       CIMBinMsgSerializer.cpp \
       CIMBinMsgDeserializer.cpp \
       IndicationRouter.cpp
  
 ifeq ($(PEGASUS_PLATFORM),PASE_ISERIES_IBMCXX) ifeq ($(PEGASUS_PLATFORM),PASE_ISERIES_IBMCXX)
     SOURCES2 += PaseCcsid.cpp     SOURCES2 += PaseCcsid.cpp
Line 209 
Line 211 
     SOURCES2 += LoadAndClearWord_HPUX_PARISC_ACC.s     SOURCES2 += LoadAndClearWord_HPUX_PARISC_ACC.s
 endif endif
  
 ifeq ($(PEGASUS_ENABLE_PROTOCOL_INTERNAL_BINARY),true)  
     SOURCES2 += CIMBinMsgSerializer.cpp  
     SOURCES2 += CIMBinMsgDeserializer.cpp  
 else  
     SOURCES2 += CIMMessageSerializer.cpp  
     SOURCES2 += CIMMessageDeserializer.cpp  
 endif  
   
 SOURCES = $(SOURCES1) $(SOURCES2) SOURCES = $(SOURCES1) $(SOURCES2)
  
 ifdef PEGASUS_HAS_SSL ifdef PEGASUS_HAS_SSL


Legend:
Removed from v.1.183.2.1  
changed lines
  Added in v.1.183.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2