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

Diff for /pegasus/src/Pegasus/Repository/Makefile between version 1.39 and 1.40

version 1.39, 2007/01/12 19:10:47 version 1.40, 2008/05/19 18:53:38
Line 97 
Line 97 
 SOURCES = \ SOURCES = \
     InstanceIndexFile.cpp \     InstanceIndexFile.cpp \
     InstanceDataFile.cpp \     InstanceDataFile.cpp \
     CIMRepository.cpp \  
     AssocClassTable.cpp \     AssocClassTable.cpp \
     AssocClassCache.cpp \     AssocClassCache.cpp \
     AssocInstTable.cpp \     AssocInstTable.cpp \
Line 107 
Line 106 
     RepositoryDeclContext.cpp \     RepositoryDeclContext.cpp \
     RepositoryQueryContext.cpp     RepositoryQueryContext.cpp
  
   ifdef PEGASUS_ENABLE_MRR
     SOURCES += MRRSerialization.cpp
     SOURCES += MRRTypes.cpp
     SOURCES += CIMRepositoryMRR.cpp
   else
     SOURCES += CIMRepository.cpp
   endif
   
 include $(ROOT)/mak/library.mak include $(ROOT)/mak/library.mak
  
 compress: compress:


Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2