[geos-commits] r3459 - in branches/3.3: . tests/perf/capi

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Aug 19 06:47:38 EDT 2011


Author: strk
Date: 2011-08-19 03:47:38 -0700 (Fri, 19 Aug 2011)
New Revision: 3459

Modified:
   branches/3.3/NEWS
   branches/3.3/tests/perf/capi/Makefile.am
Log:
Fix out of source builds (make check, actually)


Modified: branches/3.3/NEWS
===================================================================
--- branches/3.3/NEWS	2011-08-19 09:42:26 UTC (rev 3458)
+++ branches/3.3/NEWS	2011-08-19 10:47:38 UTC (rev 3459)
@@ -7,6 +7,7 @@
   - Fortify suspicious code found by static analisys tools
   - Fix for SOLARIS build 
   - Fix EMPTY result from GEOSOffsetCurve with distance 0 (#454)
+  - Fix out of source builds
 
 Changes in 3.3.0
 2011-05-30

Modified: branches/3.3/tests/perf/capi/Makefile.am
===================================================================
--- branches/3.3/tests/perf/capi/Makefile.am	2011-08-19 09:42:26 UTC (rev 3458)
+++ branches/3.3/tests/perf/capi/Makefile.am	2011-08-19 10:47:38 UTC (rev 3459)
@@ -10,7 +10,7 @@
 check_PROGRAMS = memleak_mp_prep
 
 LIBS = $(top_builddir)/capi/libgeos_c.la
-INCLUDES = -I$(top_srcdir)/capi
+INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/capi
 
 memleak_mp_prep_SOURCES = memleak_mp_prep.c
 memleak_mp_prep_LDADD = $(LIBS)



More information about the geos-commits mailing list