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

Diff for /pegasus/src/Pegasus/Makefile between version 1.136.2.2 and 1.138

version 1.136.2.2, 2013/07/20 18:32:37 version 1.138, 2012/07/30 09:44:25
Line 38 
Line 38 
     Config \     Config \
     Repository \     Repository \
     getoopt \     getoopt \
     WQL \      WQL
         Handler  
  
 ifeq ($(PEGASUS_ENABLE_CQL),true) ifeq ($(PEGASUS_ENABLE_CQL),true)
     DIRS += CQL     DIRS += CQL
Line 97 
Line 96 
     HandlerService \     HandlerService \
     IndicationService \     IndicationService \
     ManagedClient \     ManagedClient \
     DynListener      DynListener \
  
 TEST_DIRS += \ TEST_DIRS += \
     ExportClient/tests \     ExportClient/tests \
Line 115 
Line 114 
 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 endif
  
 ifeq ($(PEGASUS_ENABLE_PROTOCOL_WSMAN),true) ifeq ($(PEGASUS_ENABLE_PROTOCOL_WSMAN),true)
Line 203 
Line 198 
 DIRS += \ DIRS += \
     Server \     Server \
     Handler/CIMxmlIndicationHandler \     Handler/CIMxmlIndicationHandler \
     Handler/FileURIHandler  \      Handler/snmpIndicationHandler \
     msg/Server \     msg/Server \
     msg/CLI \     msg/CLI \
     msg/Listener     msg/Listener
  
 ifeq ($(PEGASUS_USE_EMANATE), true)  
     DIRS += \  
         Handler/snmpIndicationHandler  
 endif  
   
 ifeq ($(PEGASUS_USE_NET_SNMP), true)  
     DIRS += \  
         Handler/snmpIndicationHandler  
 endif  
   
 TEST_DIRS += \ TEST_DIRS += \
     Server/tests \     Server/tests \
     Server/tests/InterfaceRestriction \     Server/tests/InterfaceRestriction \
     Handler/CIMxmlIndicationHandler/tests/Destination \     Handler/CIMxmlIndicationHandler/tests/Destination \
     Handler/FileURIHandler/tests  
   
 ifeq ($(PEGASUS_USE_EMANATE), true)  
     TEST_DIRS += \  
         Handler/snmpIndicationHandler/tests/testclient \         Handler/snmpIndicationHandler/tests/testclient \
         Handler/snmpIndicationHandler/tests/SnmpHandlerException         Handler/snmpIndicationHandler/tests/SnmpHandlerException
 endif  
   
   
 ifeq ($(PEGASUS_USE_NET_SNMP), true)  
     TEST_DIRS += \  
         Handler/snmpIndicationHandler/tests/testclient \  
         Handler/snmpIndicationHandler/tests/SnmpHandlerException  
 endif  
   
  
 include $(ROOT)/mak/recurse.mak include $(ROOT)/mak/recurse.mak


Legend:
Removed from v.1.136.2.2  
changed lines
  Added in v.1.138

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2