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

Diff for /pegasus/src/Server/Makefile between version 1.47 and 1.48

version 1.47, 2005/11/30 20:25:30 version 1.48, 2005/12/16 19:44:38
Line 73 
Line 73 
        CIMOMStatDataProvider \        CIMOMStatDataProvider \
        InteropProvider        InteropProvider
 else else
     ifdef PEGASUS_ENABLE_SLP      ifeq ($(PEGASUS_ENABLE_SLP),true)
         LIBRARIES += \         LIBRARIES += \
             InteropProvider             InteropProvider
     endif     endif
Line 86 
Line 86 
  
 ifneq ($(PEGASUS_PLATFORM),ZOS_ZSERIES_IBM) ifneq ($(PEGASUS_PLATFORM),ZOS_ZSERIES_IBM)
   ifneq ($(OS),HPUX)   ifneq ($(OS),HPUX)
     ifdef PEGASUS_ENABLE_SLP      ifeq ($(PEGASUS_ENABLE_SLP),true)
       LIBRARIES += pegslp       LIBRARIES += pegslp
     endif     endif
   endif   endif


Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2