[geos-commits] r3218 - trunk/php

svn_geos at osgeo.org svn_geos at osgeo.org
Tue Feb 15 10:14:58 EST 2011


Author: strk
Date: 2011-02-15 07:14:58 -0800 (Tue, 15 Feb 2011)
New Revision: 3218

Modified:
   trunk/php/Makefile.am
Log:
Make sure php binding are built _before_ the corresponding test is run

Modified: trunk/php/Makefile.am
===================================================================
--- trunk/php/Makefile.am	2011-02-13 22:31:03 UTC (rev 3217)
+++ trunk/php/Makefile.am	2011-02-15 15:14:58 UTC (rev 3218)
@@ -25,7 +25,7 @@
 
 if ENABLE_PHP
 
-SUBDIRS = test
+SUBDIRS = . test
 
 EXTRA_DIST = README 
 



More information about the geos-commits mailing list