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

Diff for /pegasus/src/Pegasus/Client/Makefile between version 1.35 and 1.36

version 1.35, 2008/12/02 09:00:19 version 1.36, 2010/10/29 05:29:49
Line 47 
Line 47 
 LIBRARIES = \ LIBRARIES = \
     pegcommon     pegcommon
  
   ifndef PEGASUS_INTERNAL_ENABLE_32BIT_PROVIDER_SUPPORT
 ifeq ($(PEGASUS_ENABLE_SLP),true) ifeq ($(PEGASUS_ENABLE_SLP),true)
     ifneq ($(OS_TYPE),windows)     ifneq ($(OS_TYPE),windows)
         LIBRARIES += pegslp_client         LIBRARIES += pegslp_client
Line 54 
Line 55 
         SYS_LIBS = $(PEGASUS_HOME)/lib/pegslp_client.lib         SYS_LIBS = $(PEGASUS_HOME)/lib/pegslp_client.lib
     endif     endif
 endif endif
   endif
  
 PRE_DEPEND_INCLUDES = -I./depends PRE_DEPEND_INCLUDES = -I./depends
  
Line 70 
Line 72 
 SOURCES_SLP = \ SOURCES_SLP = \
     CIMServerDiscovery.cpp     CIMServerDiscovery.cpp
  
   ifndef PEGASUS_INTERNAL_ENABLE_32BIT_PROVIDER_SUPPORT
 ifeq ($(PEGASUS_ENABLE_SLP),true) ifeq ($(PEGASUS_ENABLE_SLP),true)
     SOURCES += $(SOURCES_SLP)     SOURCES += $(SOURCES_SLP)
 endif endif
   endif
  
 include $(ROOT)/mak/dynamic-library.mak include $(ROOT)/mak/dynamic-library.mak
  


Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2