(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           LIBRARY = peglocalauth
10           
11           LIBRARIES = \
12 mike  1.3     pegcommon \
13               pegconfig
14 mike  1.2 
15           PRE_DEPEND_INCLUDES = -I./depends
16           
17           SOURCES = \
18               LocalAuthFile.cpp \
19               SecureLocalAuthenticator.cpp \
20               LocalAuthenticationHandler.cpp \
21               BasicAuthenticationHandler.cpp \
22               AuthenticationManager.cpp
23           
24           SYS_LIBS = ws2_32.lib advapi32.lib
25           
26           include $(ROOT)/mak/library.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2