Skip to content

Commit f3f0148

Browse files
author
Sandro Santilli
committed
Add missing LIBS
Thanks Andrew Watkins for spotting this git-svn-id: http://svn.osgeo.org/geos/trunk@4220 5242fede-7e19-0410-aef8-94bd7d2200fb
1 parent 43ea75e commit f3f0148

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/perf/Makefile.am

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
#
2-
# This file is part of project GEOS (http://trac.osgeo.org/geos/)
2+
# This file is part of project GEOS (http://trac.osgeo.org/geos/)
33
#
44
SUBDIRS = \
55
operation \
66
capi
77

8+
LIBS = $(top_builddir)/src/libgeos.la
9+
810
AM_CPPFLAGS = -I$(top_srcdir)/include
911

1012
noinst_PROGRAMS = ClassSizes

0 commit comments

Comments
 (0)