(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.1.2.2 and 1.7.6.1

version 1.1.2.2, 2001/10/06 00:33:10 version 1.7.6.1, 2002/12/12 21:53:53
Line 4 
Line 4 
  
 include $(ROOT)/mak/config.mak include $(ROOT)/mak/config.mak
  
 LOCAL_DEFINES = -DPEGASUS_COMMON_INTERNAL  LOCAL_DEFINES = -DPEGASUS_SECURITY_INTERNAL -DPEGASUS_INTERNALONLY
  
 LIBRARY = peglocalauth  LIBRARY = pegauthentication
   
   LIBRARIES = \
       pegcommon \
       peguser   \
       pegconfig
   
   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.1.2.2  
changed lines
  Added in v.1.7.6.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2