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

Diff for /pegasus/src/Pegasus/Security/Authentication/Makefile between version 1.19 and 1.19.2.2

version 1.19, 2007/08/01 02:12:30 version 1.19.2.2, 2007/09/13 16:43:03
Line 55 
Line 55 
 endif endif
  
 SOURCES = \ SOURCES = \
     LocalAuthFile.cpp \  
     SecureLocalAuthenticator.cpp \  
     LocalAuthenticationHandler.cpp \  
     SecureBasicAuthenticator.cpp \     SecureBasicAuthenticator.cpp \
     PAMBasicAuthenticator.cpp \     PAMBasicAuthenticator.cpp \
     BasicAuthenticationHandler.cpp \     BasicAuthenticationHandler.cpp \
     AuthenticationManager.cpp     AuthenticationManager.cpp
  
   ifneq ($(OS_TYPE),vxworks)
       SOURCES += LocalAuthFile.cpp
       SOURCES += LocalAuthenticationHandler.cpp
       SOURCES += SecureLocalAuthenticator.cpp
   endif
   
 ifeq ($(OS_TYPE),windows) ifeq ($(OS_TYPE),windows)
 SYS_LIBS = ws2_32.lib advapi32.lib SYS_LIBS = ws2_32.lib advapi32.lib
 endif endif


Legend:
Removed from v.1.19  
changed lines
  Added in v.1.19.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2