diff -r 1c27769b8435 -r 022ee48c7409 mod_auth_form-2.05/Makefile.am --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_auth_form-2.05/Makefile.am Fri May 22 15:42:33 2009 +0100 @@ -0,0 +1,11 @@ +SUBDIRS = src + +EXTRA_DIST = autom4 win32 + +install-exec-hook: + if test "$(APXS)" != "no"; then \ + $(APXS) -i -n auth_form src/mod_auth_form.la; \ + fi + +uninstall-local: + rm -f `$(APXS) -q LIBEXECDIR`/mod_auth_form*;