(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.147 and 1.148

version 1.147, 2006/07/25 19:02:37 version 1.148, 2006/08/04 19:05:58
Line 173 
Line 173 
 SOURCES_SLP = Attribute.cpp \ SOURCES_SLP = Attribute.cpp \
     CIMServerDescription.cpp     CIMServerDescription.cpp
  
   SOURCES_SECURITY_ZOS = MustStayCleanzOS.c
 ifeq ($(PEGASUS_ENABLE_SLP),true) ifeq ($(PEGASUS_ENABLE_SLP),true)
   SOURCES2 += $(SOURCES_SLP)   SOURCES2 += $(SOURCES_SLP)
 endif endif
Line 194 
Line 195 
   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
     ifdef PEGASUS_ZOS_SECURITY
       SOURCES += $(SOURCES_SECURITY_ZOS)
     endif
 endif endif
  
  


Legend:
Removed from v.1.147  
changed lines
  Added in v.1.148

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2