(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.6.2 and 1.21

version 1.20.6.2, 2013/07/20 18:32:48 version 1.21, 2012/12/06 06:30:55
Line 47 
Line 47 
  
 SOURCES = snmpIndicationHandler.cpp SOURCES = snmpIndicationHandler.cpp
  
 ifeq ($(PEGASUS_USE_EMANATE), true)  ifdef PEGASUS_USE_EMANATE
     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
     ifeq ($(PEGASUS_USE_NET_SNMP), true)      ifdef PEGASUS_USE_NET_SNMP
         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 78 
Line 78 
         endif         endif
  
         SOURCES += snmpDeliverTrap_netsnmp.cpp         SOURCES += snmpDeliverTrap_netsnmp.cpp
     else  
         $(error no PEGASUS SNMP option is set)  
     endif     endif
 endif endif
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2