(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.1.2.1 and 1.3

version 1.1.2.1, 2001/10/12 17:33:08 version 1.3, 2001/12/25 04:22:44
Line 7 
Line 7 
 LOCAL_DEFINES = -DPEGASUS_HANDLER_INTERNAL LOCAL_DEFINES = -DPEGASUS_HANDLER_INTERNAL
  
 LIBRARIES = \ LIBRARIES = \
     $(LIB_DIR)/$(LIB_PREFIX)pegcommon$(LIB_SUFFIX) \      pegcommon \
     $(LIB_DIR)/$(LIB_PREFIX)pegconfig$(LIB_SUFFIX) \      pegconfig \
     $(LIB_DIR)/$(LIB_PREFIX)peggetoopt$(LIB_SUFFIX) \      peggetoopt \
     $(LIB_DIR)/$(LIB_PREFIX)pegclient$(LIB_SUFFIX) \      pegclient
     $(LIB_DIR)/$(LIB_PREFIX)pegcliutils$(LIB_SUFFIX) \  
  
 SOURCES = snmpIndicationHandler.cpp snmpDeliverTrap_emanate.cpp snmpDeliverTrap_stub.cpp  SOURCES = snmpIndicationHandler.cpp
   
   ifdef PEGASUS_AGENT
    SOURCES += snmpDeliverTrap_emanate.cpp
   else
    SOURCES += snmpDeliverTrap_stub.cpp
   endif
  
 LIBRARY = snmpIndicationHandler LIBRARY = snmpIndicationHandler
  


Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2