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

Diff for /pegasus/src/Pegasus/ProviderManager2/Makefile between version 1.8.2.4 and 1.9

version 1.8.2.4, 2004/03/22 10:44:09 version 1.9, 2004/01/27 13:48:11
Line 6 
Line 6 
  
 EXTRA_INCLUDES = $(SYS_INCLUDES) EXTRA_INCLUDES = $(SYS_INCLUDES)
  
 LOCAL_DEFINES = -DPEGASUS_PPM_INTERNAL -DPEGASUS_INTERNALONLY -DENABLE_DEFAULT_PROVIDER_MANAGER  LOCAL_DEFINES = -DPEGASUS_SERVER_INTERNAL -DPEGASUS_PPM_INTERNAL -DPEGASUS_INTERNALONLY -DENABLE_DEFAULT_PROVIDER_MANAGER -DENABLE_CMPI_PROVIDER_MANAGER
   
 ifdef ENABLE_CMPI_PROVIDER_MANAGER  
    LOCAL_DEFINES += -DENABLE_CMPI_PROVIDER_MANAGER  
 endif  
  
 LIBRARY = pegprovidermanager LIBRARY = pegprovidermanager
  
 LIBRARIES = \ LIBRARIES = \
     pegcommon \     pegcommon \
         pegprm \         pegprm \
         pegconfig          pegconfig \
           pegwql
  
 SOURCES = \ SOURCES = \
         ProviderManagerService.cpp \         ProviderManagerService.cpp \
Line 27 
Line 24 
         ProviderRegistrar.cpp \         ProviderRegistrar.cpp \
         ProviderName.cpp \         ProviderName.cpp \
         ProviderType.cpp \         ProviderType.cpp \
           QueryExpressionFactory.cpp \
         \         \
         SafeQueue.cpp \         SafeQueue.cpp \
         Lockable.cpp \          Lockable.cpp
         OperationResponseHandler.cpp \  
         SimpleResponseHandler.cpp  
  
 include $(ROOT)/mak/library.mak include $(ROOT)/mak/library.mak


Legend:
Removed from v.1.8.2.4  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2