Description: Update Makefile.in
 No longer install the plugin, let dh_apache2 take care of that.
 Fixed clean.
Author: Jean-Michel Vourgère <nirgal@debian.org>

Index: mod-authn-webid/Makefile.in
===================================================================
--- mod-authn-webid.orig/Makefile.in
+++ mod-authn-webid/Makefile.in
@@ -1,11 +1,8 @@
 all:
 	@APXS@ -c @PKG_CFLAGS@ @PKG_LIBS@ mod_authn_webid.c
 
-install:
-	@APXS@ -c -i @PKG_CFLAGS@ @PKG_LIBS@ mod_authn_webid.c
-
 clean:
-	rm -f mod_authn_webid.{la,lo,slo,o} -r .libs
+	rm -f mod_authn_webid.la mod_authn_webid.lo mod_authn_webid.slo -r .libs
 
 distclean: clean
 	rm -f config.log config.status configure Makefile -r autom4te.cache
