Update of /cvsroot/mod-auth/mod_authn_pam/src
In directory sc8-pr-cvs1:/tmp/cvs-serv6769/src
Added Files:
Makefile.am
Log Message:
missed a few files on the last commit.
--- NEW FILE: Makefile.am ---
CLEANFILES = .libs/libmod_authn_pam *~
libmod_authn_pam_la_SOURCES = mod_authn_pam.c
libmod_authn_pam_la_CFLAGS = -I$(PAM_INCLUDES)
libmod_authn_pam_la_LDFLAGS = -L$(PAM_LIB) -lpam
lib_LTLIBRARIES = libmod_authn_pam.la
make_so:
@if test ! -L mod_authn_pam.so ; then ln -s .libs/libmod_authn_pam.so mod_authn_pam.so ; fi
install:
$(INSTALL) -m 644 .libs/libmod_authn_pam.so $(LIBEXECDIR)/mod_authn_pam.so
@echo ""
@echo ""
@echo "***********************************************"
@echo ""
@echo " Please read the documentation at "
@echo " http://mod-auth.sourceforge.net/docs/ for "
@echo " details on configuration of this module "
@echo ""
@echo "***********************************************"
@echo ""
|