[Mod-auth-commit] mod_authn_dbi/src Makefile.am,1.3,1.4
Brought to you by:
firechipmunk,
honx
From: <fir...@us...> - 2004-02-08 03:14:26
|
Update of /cvsroot/mod-auth/mod_authn_dbi/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7684/src Modified Files: Makefile.am Log Message: - Use APXS for the Install Target. - Moved Post Apache 2.1 Release items to their own TODO section. Index: Makefile.am =================================================================== RCS file: /cvsroot/mod-auth/mod_authn_dbi/src/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.am 3 Nov 2003 16:03:25 -0000 1.3 --- Makefile.am 8 Feb 2004 03:11:09 -0000 1.4 *************** *** 12,17 **** @if test ! -L mod_authn_dbi.so ; then ln -s .libs/libmod_authn_dbi.so mod_authn_dbi.so ; fi ! install: ! $(INSTALL) -m 644 .libs/libmod_authn_dbi.so $(LIBEXECDIR)/mod_authn_dbi.so @echo "" @echo "" --- 12,17 ---- @if test ! -L mod_authn_dbi.so ; then ln -s .libs/libmod_authn_dbi.so mod_authn_dbi.so ; fi ! install: make_so ! @${APXS} -i -a -n authn_dbi mod_authn_dbi.so @echo "" @echo "" |