mod_auth_form-2.05/Makefile.am
changeset 11 022ee48c7409
--- /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*;