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

Diff for /pegasus/src/Pegasus/Makefile between version 1.136.2.4 and 1.147

version 1.136.2.4, 2014/03/12 22:35:01 version 1.147, 2014/11/10 21:41:03
Line 46 
Line 46 
     DIRS += CQL     DIRS += CQL
 endif endif
  
   ifeq ($(PEGASUS_ENABLE_FQL),true)
       DIRS += FQL
   endif
   
 ifeq ($(PEGASUS_ENABLE_PROTOCOL_WSMAN),true) ifeq ($(PEGASUS_ENABLE_PROTOCOL_WSMAN),true)
     DIRS += \     DIRS += \
         WsmServer         WsmServer
Line 78 
Line 82 
         CQL/CQLCLI         CQL/CQLCLI
 endif endif
  
   ifeq ($(PEGASUS_ENABLE_FQL),true)
       TEST_DIRS += FQL/tests
   endif
   
 TEST_DIRS += \ TEST_DIRS += \
     Compiler/tests \     Compiler/tests \
     Query/QueryExpression/tests \     Query/QueryExpression/tests \
Line 230 
Line 238 
 TEST_DIRS += \ TEST_DIRS += \
     Server/tests \     Server/tests \
     Server/tests/InterfaceRestriction \     Server/tests/InterfaceRestriction \
       Server/tests/TLSv_1_2_Support \
     Handler/CIMxmlIndicationHandler/tests/Destination \     Handler/CIMxmlIndicationHandler/tests/Destination \
     Handler/FileURIHandler/tests     Handler/FileURIHandler/tests
  


Legend:
Removed from v.1.136.2.4  
changed lines
  Added in v.1.147

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2