Description: Remove the php subdirectory from the subdirectories processed by
 the Makefile as the PHP module is built separately and the PHP module Makefile
 can't handle the 'make check' target
Author: Emmanuel Bouthenot <kolter@debian.org>
Forwarded: not needed
Last-Update: 2012-05-12
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,5 +6,4 @@
 
 SUBDIRS = \
 	src \
-	man \
-	php
+	man
--- a/Makefile.in
+++ b/Makefile.in
@@ -184,8 +184,7 @@
 
 SUBDIRS = \
 	src \
-	man \
-	php
+	man
 
 all: config.h
 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
