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

Diff for /pegasus/src/Pegasus/Handler/snmpIndicationHandler/Makefile between version 1.20 and 1.20.6.2

version 1.20, 2009/03/17 04:36:43 version 1.20.6.2, 2013/07/20 18:32:48
Line 47 
Line 47 
  
 SOURCES = snmpIndicationHandler.cpp SOURCES = snmpIndicationHandler.cpp
  
 ifdef PEGASUS_USE_EMANATE  ifeq ($(PEGASUS_USE_EMANATE), true)
     ifdef PEGASUS_EMANATE_LIB_DIR     ifdef PEGASUS_EMANATE_LIB_DIR
         EXTRA_LIBRARIES += -L$(PEGASUS_EMANATE_LIB_DIR)         EXTRA_LIBRARIES += -L$(PEGASUS_EMANATE_LIB_DIR)
     endif     endif
Line 67 
Line 67 
     SOURCES += snmpDeliverTrap_emanate.cpp     SOURCES += snmpDeliverTrap_emanate.cpp
 else else
     # Controls snmp indication handler to use NET-SNMP to deliver trap     # Controls snmp indication handler to use NET-SNMP to deliver trap
     ifdef PEGASUS_USE_NET_SNMP      ifeq ($(PEGASUS_USE_NET_SNMP), true)
         ifdef PEGASUS_NET_SNMP_LIB_DIR         ifdef PEGASUS_NET_SNMP_LIB_DIR
             EXTRA_LIBRARIES += -L$(PEGASUS_NET_SNMP_LIB_DIR)             EXTRA_LIBRARIES += -L$(PEGASUS_NET_SNMP_LIB_DIR)
         endif         endif
Line 79 
Line 79 
  
         SOURCES += snmpDeliverTrap_netsnmp.cpp         SOURCES += snmpDeliverTrap_netsnmp.cpp
     else     else
         SOURCES += snmpDeliverTrap_stub.cpp          $(error no PEGASUS SNMP option is set)
     endif     endif
 endif endif
  


Legend:
Removed from v.1.20  
changed lines
  Added in v.1.20.6.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2