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

File: [Pegasus] / pegasus / src / Pegasus / Security / Authentication / Makefile (download)
Revision: 1.9.4.2, Thu Mar 25 21:29:58 2004 UTC (20 years, 3 months ago) by kumpf
Branch: RELEASE_2_3_2-branch
CVS Tags: RELEASE_2_3_2-testfreeze, RELEASE_2_3_2-releasesnapshot, RELEASE_2_3_2-branch-freeze
Changes since 1.9.4.1: +5 -0 lines
BUG#: 1255
TITLE: HP[BJH] Linux PAM Memory Leak Problem

DESCRIPTION: A significant memory leak was being seen when using PAM Authorization on the Linux platform. A seperate PAM process can now be used by compiling with PEGASUS_USE_PAM_STANDALONE_PROC for Linux and HP-UX.

ROOT = ../../../..

DIR = Pegasus/Security/Authentication

include $(ROOT)/mak/config.mak

ifdef PEGASUS_WMIMAPPER
  FLAGS += -DPEGASUS_WMIMAPPER
endif

# Use Separate PAM Authentication
ifdef PEGASUS_USE_PAM_STANDALONE_PROC
  FLAGS += -DPEGASUS_USE_PAM_STANDALONE_PROC
endif

LOCAL_DEFINES = -DPEGASUS_SECURITY_INTERNAL -DPEGASUS_INTERNALONLY

LIBRARY = pegauthentication

LIBRARIES = \
    pegcommon \
    peguser   \
    pegconfig

ifdef PEGASUS_KERBEROS_AUTHENTICATION
  LIBRARIES += pegkrb
endif


PRE_DEPEND_INCLUDES = -I./depends

ifeq ($(OS),HPUX)
    EXTRA_LIBRARIES += -lsec
endif

SOURCES = \
    LocalAuthFile.cpp \
    SecureLocalAuthenticator.cpp \
    LocalAuthenticationHandler.cpp \
    SecureBasicAuthenticator.cpp \
    PAMBasicAuthenticator.cpp \
    BasicAuthenticationHandler.cpp \
    AuthenticationManager.cpp

ifdef PEGASUS_KERBEROS_AUTHENTICATION
  SOURCES += CIMKerberosAuthenticator.cpp \
             KerberosAuthenticationHandler.cpp
endif


SYS_LIBS = ws2_32.lib advapi32.lib

include $(ROOT)/mak/library.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2