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

Diff for /pegasus/src/Pegasus/Makefile between version 1.136 and 1.140

version 1.136, 2010/09/13 10:40:04 version 1.140, 2012/10/30 05:19:38
Line 44 
Line 44 
     DIRS += CQL     DIRS += CQL
 endif endif
  
   ifeq ($(PEGASUS_ENABLE_PROTOCOL_WSMAN),true)
       DIRS += \
           WsmServer
       TEST_DIRS += \
           WsmServer/tests
   endif
   
 DIRS += \ DIRS += \
     Query/QueryExpression \     Query/QueryExpression \
     Provider \     Provider \
Line 90 
Line 97 
     IndicationService \     IndicationService \
     ManagedClient \     ManagedClient \
     DynListener \     DynListener \
       Handler/FileURIHandler
  
 TEST_DIRS += \ TEST_DIRS += \
     ExportClient/tests \     ExportClient/tests \
Line 101 
Line 109 
     ControlProviders/ProviderRegistrationProvider/tests \     ControlProviders/ProviderRegistrationProvider/tests \
     HandlerService/tests \     HandlerService/tests \
     IndicationService/tests \     IndicationService/tests \
     DynListener/tests      DynListener/tests \
       Handler/FileURIHandler/tests
  
  
 ifdef PEGASUS_ENABLE_SYSTEM_LOG_HANDLER ifdef PEGASUS_ENABLE_SYSTEM_LOG_HANDLER
     DIRS += \     DIRS += \
         Handler/SystemLogListenerDestination         Handler/SystemLogListenerDestination
       TEST_DIRS += \
           Handler/SystemLogListenerDestination/tests
 endif endif
  
 ifdef PEGASUS_ENABLE_EMAIL_HANDLER ifdef PEGASUS_ENABLE_EMAIL_HANDLER
     DIRS += \     DIRS += \
         Handler/EmailListenerDestination         Handler/EmailListenerDestination
       TEST_DIRS += \
           Handler/EmailListenerDestination/tests
   endif
   
   ifeq ($(PEGASUS_ENABLE_PROTOCOL_WSMAN),true)
       DIRS += \
           Handler/wsmanIndicationHandler
       TEST_DIRS += \
           Handler/wsmanIndicationHandler/tests/Destination
 endif endif
  
 DIRS += \ DIRS += \
Line 181 
Line 201 
         ControlProviders/CertificateProvider         ControlProviders/CertificateProvider
 endif endif
  
 ifeq ($(PEGASUS_ENABLE_PROTOCOL_WSMAN),true)  
     DIRS += \  
         WsmServer  
     TEST_DIRS += \  
         WsmServer/tests  
 endif  
   
 DIRS += \ DIRS += \
     Server \     Server \
     Handler/CIMxmlIndicationHandler \     Handler/CIMxmlIndicationHandler \
Line 198 
Line 211 
  
 TEST_DIRS += \ TEST_DIRS += \
     Server/tests \     Server/tests \
       Server/tests/InterfaceRestriction \
     Handler/CIMxmlIndicationHandler/tests/Destination \     Handler/CIMxmlIndicationHandler/tests/Destination \
     Handler/snmpIndicationHandler/tests/testclient \     Handler/snmpIndicationHandler/tests/testclient \
     Handler/snmpIndicationHandler/tests/SnmpHandlerException     Handler/snmpIndicationHandler/tests/SnmpHandlerException


Legend:
Removed from v.1.136  
changed lines
  Added in v.1.140

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2