(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.141 and 1.142

version 1.141, 2006/01/10 19:41:15 version 1.142, 2006/01/24 19:44:18
Line 105 
Line 105 
     Config.cpp \     Config.cpp \
     DeclContext.cpp \     DeclContext.cpp \
     Dir.cpp \     Dir.cpp \
     DQueue.cpp \      DQueue.cpp
  
 SOURCES2 = \ SOURCES2 = \
     DynamicLibrary.cpp \     DynamicLibrary.cpp \
Line 167 
Line 167 
     peg_authorization.cpp \     peg_authorization.cpp \
     CommonUTF.cpp     CommonUTF.cpp
  
 SOURCES = $(SOURCES1) $(SOURCES2)  
   
 SOURCES_SLP = Attribute.cpp \ SOURCES_SLP = Attribute.cpp \
     CIMServerDescription.cpp     CIMServerDescription.cpp
  
 ifeq ($(PEGASUS_ENABLE_SLP),true) ifeq ($(PEGASUS_ENABLE_SLP),true)
   SOURCES += $(SOURCES_SLP)    SOURCES2 += $(SOURCES_SLP)
   endif
   
   ifeq ($(PEGASUS_PLATFORM),HPUX_PARISC_ACC)
     SOURCES2 += LoadAndClearWord_HPUX_PARISC_ACC.s
 endif endif
  
   SOURCES = $(SOURCES1) $(SOURCES2)
   
 ifeq ($(OS),linux) ifeq ($(OS),linux)
   EXTRA_LIBRARIES += -lcrypt   EXTRA_LIBRARIES += -lcrypt
   ifdef PEGASUS_HAS_SSL   ifdef PEGASUS_HAS_SSL


Legend:
Removed from v.1.141  
changed lines
  Added in v.1.142

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2