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

 1 mike  1.2 ROOT = ../../../..
 2           
 3           DIR = Pegasus/Security/Authentication
 4           
 5           include $(ROOT)/mak/config.mak
 6           
 7           LOCAL_DEFINES = -DPEGASUS_SECURITY_INTERNAL
 8           
 9 kumpf 1.4 LIBRARY = pegauthentication
10 mike  1.2 
11           LIBRARIES = \
12 mike  1.3     pegcommon \
13 kumpf 1.4     peguser   \
14 mike  1.3     pegconfig
15 mike  1.2 
16           PRE_DEPEND_INCLUDES = -I./depends
17           
18           SOURCES = \
19               LocalAuthFile.cpp \
20               SecureLocalAuthenticator.cpp \
21               LocalAuthenticationHandler.cpp \
22 kumpf 1.4     SecureBasicAuthenticator.cpp \
23 kumpf 1.5     PAMBasicAuthenticator.cpp \
24 mike  1.2     BasicAuthenticationHandler.cpp \
25               AuthenticationManager.cpp
26           
27           SYS_LIBS = ws2_32.lib advapi32.lib
28           
29           include $(ROOT)/mak/library.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2