[geos-commits] r3457 - in trunk/tests/perf: . capi

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Aug 19 05:41:46 EDT 2011


Author: strk
Date: 2011-08-19 02:41:46 -0700 (Fri, 19 Aug 2011)
New Revision: 3457

Modified:
   trunk/tests/perf/Makefile.am
   trunk/tests/perf/capi/Makefile.am
Log:
Fix out-of-source builds

Modified: trunk/tests/perf/Makefile.am
===================================================================
--- trunk/tests/perf/Makefile.am	2011-08-06 09:10:16 UTC (rev 3456)
+++ trunk/tests/perf/Makefile.am	2011-08-19 09:41:46 UTC (rev 3457)
@@ -6,6 +6,8 @@
 	operation \
 	capi
 
+INCLUDES = -I$(top_srcdir)/include
+
 noinst_PROGRAMS = ClassSizes
 
 ClassSizes_SOURCES = ClassSizes.cpp

Modified: trunk/tests/perf/capi/Makefile.am
===================================================================
--- trunk/tests/perf/capi/Makefile.am	2011-08-06 09:10:16 UTC (rev 3456)
+++ trunk/tests/perf/capi/Makefile.am	2011-08-19 09:41:46 UTC (rev 3457)
@@ -10,7 +10,7 @@
 check_PROGRAMS = memleak_mp_prep
 
 LIBS = $(top_builddir)/capi/libgeos_c.la
-INCLUDES = -I$(top_srcdir)/capi
+INCLUDES = -I$(top_builddir)/capi -I$(top_srcdir)/include
 
 memleak_mp_prep_SOURCES = memleak_mp_prep.c
 memleak_mp_prep_LDADD = $(LIBS)



More information about the geos-commits mailing list