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

Diff for /pegasus/src/Pegasus/Handler/snmpIndicationHandler/tests/testclient/Makefile between version 1.6 and 1.7

version 1.6, 2010/12/22 12:19:07 version 1.7, 2013/07/01 10:55:56
Line 37 
Line 37 
     pegcommon     pegcommon
  
 EXTRA_INCLUDES = $(SYS_INCLUDES) EXTRA_INCLUDES = $(SYS_INCLUDES)
 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 66 
Line 66 
 tests: tests:
  
 poststarttests: poststarttests:
 ifdef PEGASUS_USE_NET_SNMP  ifeq ($(PEGASUS_USE_NET_SNMP), true)
         $(MAKE) wql_4_2         $(MAKE) wql_4_2
 else else
          @ $(ECHO) +++++ PEGASUS_USE_NET_SNMP is not set, test can not be run           @ $(ECHO) +++++ PEGASUS_USE_NET_SNMP is not set to true, test can not be run
 endif endif
  
 wql_4_2: wql_4_2:


Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2