[geos-commits] r4220 - trunk/tests/perf
Sandro Santilli
strk at kbt.io
Fri Jul 8 22:34:01 PDT 2016
Author: strk
Date: 2016-07-08 22:34:00 -0700 (Fri, 08 Jul 2016)
New Revision: 4220
Modified:
trunk/tests/perf/Makefile.am
Log:
Add missing LIBS
Thanks Andrew Watkins for spotting this
Modified: trunk/tests/perf/Makefile.am
===================================================================
--- trunk/tests/perf/Makefile.am 2016-06-29 14:01:54 UTC (rev 4219)
+++ trunk/tests/perf/Makefile.am 2016-07-09 05:34:00 UTC (rev 4220)
@@ -1,10 +1,12 @@
#
-# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
#
SUBDIRS = \
operation \
capi
+LIBS = $(top_builddir)/src/libgeos.la
+
AM_CPPFLAGS = -I$(top_srcdir)/include
noinst_PROGRAMS = ClassSizes
More information about the geos-commits
mailing list