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

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

version 1.140, 2012/10/30 05:19:38 version 1.141, 2012/12/06 06:30:53
Line 204 
Line 204 
 DIRS += \ DIRS += \
     Server \     Server \
     Handler/CIMxmlIndicationHandler \     Handler/CIMxmlIndicationHandler \
     Handler/snmpIndicationHandler \  
     msg/Server \     msg/Server \
     msg/CLI \     msg/CLI \
     msg/Listener     msg/Listener
  
   ifdef PEGASUS_USE_EMANATE
       DIRS += \
           Handler/snmpIndicationHandler
   endif
   
   ifdef PEGASUS_USE_NET_SNMP
       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
   
   ifdef PEGASUS_USE_EMANATE
       TEST_DIRS += \
           Handler/snmpIndicationHandler/tests/testclient \
           Handler/snmpIndicationHandler/tests/SnmpHandlerException
   endif
   
   ifdef PEGASUS_USE_NET_SNMP
       TEST_DIRS += \
     Handler/snmpIndicationHandler/tests/testclient \     Handler/snmpIndicationHandler/tests/testclient \
     Handler/snmpIndicationHandler/tests/SnmpHandlerException     Handler/snmpIndicationHandler/tests/SnmpHandlerException
   endif
  
 include $(ROOT)/mak/recurse.mak include $(ROOT)/mak/recurse.mak


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2