Description: Don't install module
 The makefiles installs the module in /usr/lib/apache2 instead of
 $PREFIX/usr/lib/apache2.
 This patch disables the installation. The module will be installed by
 dh_apache2.
Author: Ivo De Decker <ivo.dedecker@ugent.be>
Forwarded: not-needed
Last-Update: 2012-05-17

--- libapache2-mod-auth-tkt-2.1.0.orig/src/Makefile
+++ libapache2-mod-auth-tkt-2.1.0/src/Makefile
@@ -10,7 +10,7 @@ $(TARGET): mod_auth_tkt.c ap_compat.h sh
 
 
 install: $(TARGET)
-	$(APXS) -i $(TARGET)
+	#$(APXS) -i $(TARGET)
 
 clean:
 	-rm -f $(MAT).o $(MAT).so $(MAT).la $(MAT).lo $(MAT).slo sha2.lo sha2.slo
