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

Diff for /pegasus/src/Pegasus/Common/Makefile between version 1.114 and 1.119

version 1.114, 2004/09/01 06:16:02 version 1.119, 2005/02/26 08:52:14
Line 97 
Line 97 
         OperationContext.cpp \         OperationContext.cpp \
     OperationContextInternal.cpp \     OperationContextInternal.cpp \
     OptionManager.cpp \     OptionManager.cpp \
     pegasus_socket.cpp \  
     Pair.cpp \     Pair.cpp \
     QueryExpression.cpp \  
     QueryExpressionRep.cpp \     QueryExpressionRep.cpp \
     Queue.cpp \     Queue.cpp \
     Resolver.cpp \     Resolver.cpp \
Line 115 
Line 113 
     System.cpp \     System.cpp \
     TimeValue.cpp \     TimeValue.cpp \
     SSLContext.cpp \     SSLContext.cpp \
       SSLContextManager.cpp \
     TLS.cpp \     TLS.cpp \
     TraceFileHandler.cpp \     TraceFileHandler.cpp \
     Tracer.cpp \     Tracer.cpp \
Line 129 
Line 128 
     peg_authorization.cpp \     peg_authorization.cpp \
     CommonUTF.cpp     CommonUTF.cpp
  
   SOURCES_SLP = Attribute.cpp \
       CIMServerDescription.cpp
   
   ifdef PEGASUS_ENABLE_SLP
     SOURCES += $(SOURCES_SLP)
   endif
   
   
 ifeq ($(OS),linux) ifeq ($(OS),linux)
   EXTRA_LIBRARIES += -lcrypt   EXTRA_LIBRARIES += -lcrypt
   ifdef PEGASUS_HAS_SSL   ifdef PEGASUS_HAS_SSL
Line 151 
Line 158 
   endif   endif
 endif endif
  
   # temporary add SOURCES +=, it will be moved to SOURCES when bug 2754 is fixed
 ifeq ($(OS),HPUX) ifeq ($(OS),HPUX)
     SOURCES += IndicationFormatter.cpp
   ifdef PEGASUS_HAS_SSL   ifdef PEGASUS_HAS_SSL
     EXTRA_LIBRARIES += -L$(OPENSSL_HOME)/lib -lssl -lcrypto     EXTRA_LIBRARIES += -L$(OPENSSL_HOME)/lib -lssl -lcrypto
   endif   endif


Legend:
Removed from v.1.114  
changed lines
  Added in v.1.119

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2