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

Diff for /pegasus/src/Pegasus/ManagedClient/Makefile between version 1.9.2.1 and 1.10

version 1.9.2.1, 2006/02/10 16:11:52 version 1.10, 2006/01/30 16:17:59
Line 48 
Line 48 
 LIBRARY = pegmanagedclient LIBRARY = pegmanagedclient
  
 LIBRARIES = \ LIBRARIES = \
     pegclient \  
     pegcommon     pegcommon
  
 ifeq ($(PEGASUS_ENABLE_SLP),true) ifeq ($(PEGASUS_ENABLE_SLP),true)
Line 60 
Line 59 
 PRE_DEPEND_INCLUDES = -I./depends PRE_DEPEND_INCLUDES = -I./depends
  
 SOURCES = \ SOURCES = \
       ../Client/CIMClientRep.cpp \
     CIMManagedClient.cpp \     CIMManagedClient.cpp \
       ../Client/CIMOperationRequestEncoder.cpp \
       ../Client/CIMOperationResponseDecoder.cpp \
       ../Client/ClientAuthenticator.cpp \
       ../Client/CIMClientException.cpp \
       ../Client/ClientPerfDataStore.cpp \
       ../Client/ClientOpPerformanceDataHandler.cpp \
     CIMClientConnection.cpp \     CIMClientConnection.cpp \
     CIMDefaultClientConnectionManager.cpp     CIMDefaultClientConnectionManager.cpp
  
   SOURCES_SLP = \
       ../Client/CIMServerDiscovery.cpp
   
 ifeq ($(PEGASUS_ENABLE_SLP),true) ifeq ($(PEGASUS_ENABLE_SLP),true)
   SOURCES += $(SOURCES_SLP)   SOURCES += $(SOURCES_SLP)
 endif endif


Legend:
Removed from v.1.9.2.1  
changed lines
  Added in v.1.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2