(file) Return to config-linux.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

Diff for /pegasus/mak/config-linux.mak between version 1.44 and 1.46.2.1

version 1.44, 2006/02/02 20:11:15 version 1.46.2.1, 2006/06/13 18:00:12
Line 53 
Line 53 
  
 # Enable CMPI by default. # Enable CMPI by default.
 # #
 PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER=yes  ifndef PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER
   PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER=true
   endif
  
 ######################################################################### #########################################################################
  
Line 196 
Line 198 
     FLAGS += -DPEGASUS_OS_LSB     FLAGS += -DPEGASUS_OS_LSB
 endif endif
  
   ifndef PEGASUS_ARCH_LIB
       ifeq ($(PEGASUS_PLATFORM),LINUX_X86_64_GNU)
           PEGASUS_ARCH_LIB = lib64
       else
           PEGASUS_ARCH_LIB = lib
       endif
   endif
   DEFINES += -DPEGASUS_ARCH_LIB=\"$(PEGASUS_ARCH_LIB)\"
   
   


Legend:
Removed from v.1.44  
changed lines
  Added in v.1.46.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2