(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.1 and 1.136.2.2

version 1.136.2.1, 2013/06/03 22:35:02 version 1.136.2.2, 2013/07/20 18:32:37
Line 208 
Line 208 
     msg/CLI \     msg/CLI \
     msg/Listener     msg/Listener
  
 ifdef PEGASUS_USE_EMANATE  ifeq ($(PEGASUS_USE_EMANATE), true)
     DIRS += \     DIRS += \
         Handler/snmpIndicationHandler         Handler/snmpIndicationHandler
 endif endif
  
 ifdef PEGASUS_USE_NET_SNMP  ifeq ($(PEGASUS_USE_NET_SNMP), true)
     DIRS += \     DIRS += \
         Handler/snmpIndicationHandler         Handler/snmpIndicationHandler
 endif endif
Line 224 
Line 224 
     Handler/CIMxmlIndicationHandler/tests/Destination \     Handler/CIMxmlIndicationHandler/tests/Destination \
     Handler/FileURIHandler/tests     Handler/FileURIHandler/tests
  
 ifdef PEGASUS_USE_EMANATE  ifeq ($(PEGASUS_USE_EMANATE), true)
     TEST_DIRS += \     TEST_DIRS += \
         Handler/snmpIndicationHandler/tests/testclient \         Handler/snmpIndicationHandler/tests/testclient \
         Handler/snmpIndicationHandler/tests/SnmpHandlerException         Handler/snmpIndicationHandler/tests/SnmpHandlerException
 endif endif
  
 ifdef PEGASUS_USE_NET_SNMP  
   ifeq ($(PEGASUS_USE_NET_SNMP), true)
     TEST_DIRS += \     TEST_DIRS += \
         Handler/snmpIndicationHandler/tests/testclient \         Handler/snmpIndicationHandler/tests/testclient \
         Handler/snmpIndicationHandler/tests/SnmpHandlerException         Handler/snmpIndicationHandler/tests/SnmpHandlerException
 endif endif
  
   
 include $(ROOT)/mak/recurse.mak include $(ROOT)/mak/recurse.mak


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2