[Mod-auth-commit] mod_authn_pop3/src Makefile.am,1.1,1.2
Brought to you by:
firechipmunk,
honx
From: <fir...@us...> - 2004-03-02 08:54:12
|
Update of /cvsroot/mod-auth/mod_authn_pop3/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2250/src Modified Files: Makefile.am Log Message: make this thing a real project. Index: Makefile.am =================================================================== RCS file: /cvsroot/mod-auth/mod_authn_pop3/src/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.am 11 Nov 2003 02:57:31 -0000 1.1 +++ Makefile.am 2 Mar 2004 08:34:42 -0000 1.2 @@ -7,15 +7,15 @@ make_so: @if test ! -L mod_authn_pop3.so ; then ln -s .libs/libmod_authn_pop3.so mod_authn_pop3.so ; fi -install: - $(INSTALL) -m 644 .libs/libmod_authn_pop3.so $(LIBEXECDIR)/mod_authn_pop3.so +install: make_so + @${APXS} -i -a -n authn_pop3 mod_authn_dbi.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 " http://mod-auth.sourceforge.net/docs/authn_pop3 " + @echo " for details on configuration of this module " @echo "" @echo "***********************************************" @echo "" |