(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.3 and 1.8.6.1

version 1.3, 2001/12/25 04:22:44 version 1.8.6.1, 2003/08/14 11:55:43
Line 4 
Line 4 
  
 include $(ROOT)/mak/config.mak include $(ROOT)/mak/config.mak
  
 LOCAL_DEFINES = -DPEGASUS_SECURITY_INTERNAL  ifdef PEGASUS_WMIMAPPER
     FLAGS += -DPEGASUS_WMIMAPPER
   endif
  
 LIBRARY = peglocalauth  LOCAL_DEFINES = -DPEGASUS_SECURITY_INTERNAL -DPEGASUS_INTERNALONLY
   
   LIBRARY = pegauthentication
  
 LIBRARIES = \ LIBRARIES = \
     pegcommon \     pegcommon \
       peguser   \
     pegconfig     pegconfig
  
 PRE_DEPEND_INCLUDES = -I./depends PRE_DEPEND_INCLUDES = -I./depends
  
   ifeq ($(OS),HPUX)
       EXTRA_LIBRARIES += -lsec
   endif
   
 SOURCES = \ SOURCES = \
     LocalAuthFile.cpp \     LocalAuthFile.cpp \
     SecureLocalAuthenticator.cpp \     SecureLocalAuthenticator.cpp \
     LocalAuthenticationHandler.cpp \     LocalAuthenticationHandler.cpp \
       SecureBasicAuthenticator.cpp \
       PAMBasicAuthenticator.cpp \
     BasicAuthenticationHandler.cpp \     BasicAuthenticationHandler.cpp \
     AuthenticationManager.cpp     AuthenticationManager.cpp
  


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.8.6.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2