Update of /cvsroot/mod-auth/mod_authn_cache/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3473/src
Modified Files:
Makefile.am
Log Message:
proper auto* foo
Index: Makefile.am
===================================================================
RCS file: /cvsroot/mod-auth/mod_authn_cache/src/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.am 12 Nov 2003 06:40:28 -0000 1.1
+++ Makefile.am 8 Feb 2004 22:57:09 -0000 1.2
@@ -7,8 +7,8 @@
make_so:
@if test ! -L mod_authn_cache.so ; then ln -s .libs/libmod_authn_cache.so mod_authn_cache.so ; fi
-install:
- $(INSTALL) -m 644 .libs/libmod_authn_cache.so $(LIBEXECDIR)/mod_authn_cache.so
+install: make_so
+ @${APXS} -i -a -n authn_cache mod_authn_cache.so
@echo ""
@echo ""
@echo "***********************************************"
|