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

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

version 1.146, 2014/07/15 18:43:40 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 \


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2