[geos-commits] r4012 - in trunk: src/operation/overlay src/planargraph tests/unit tests/xmltester
svn_geos at osgeo.org
svn_geos at osgeo.org
Fri Sep 19 01:02:29 PDT 2014
Author: strk
Date: 2014-09-19 01:02:29 -0700 (Fri, 19 Sep 2014)
New Revision: 4012
Modified:
trunk/src/operation/overlay/Makefile.am
trunk/src/planargraph/Makefile.am
trunk/tests/unit/Makefile.am
trunk/tests/xmltester/Makefile.am
Log:
Add AUTOMAKE_OPTIONS = subdir-objects, to please automake 1.14.1
Modified: trunk/src/operation/overlay/Makefile.am
===================================================================
--- trunk/src/operation/overlay/Makefile.am 2014-09-17 16:14:40 UTC (rev 4011)
+++ trunk/src/operation/overlay/Makefile.am 2014-09-19 08:02:29 UTC (rev 4012)
@@ -1,6 +1,9 @@
#
# This file is part of project GEOS (http://trac.osgeo.org/geos/)
#
+
+AUTOMAKE_OPTIONS = subdir-objects
+
SUBDIRS =
noinst_LTLIBRARIES = libopoverlay.la
Modified: trunk/src/planargraph/Makefile.am
===================================================================
--- trunk/src/planargraph/Makefile.am 2014-09-17 16:14:40 UTC (rev 4011)
+++ trunk/src/planargraph/Makefile.am 2014-09-19 08:02:29 UTC (rev 4012)
@@ -1,6 +1,9 @@
#
# This file is part of project GEOS (http://trac.osgeo.org/geos/)
#
+
+AUTOMAKE_OPTIONS = subdir-objects
+
SUBDIRS =
noinst_LTLIBRARIES = libplanargraph.la
Modified: trunk/tests/unit/Makefile.am
===================================================================
--- trunk/tests/unit/Makefile.am 2014-09-17 16:14:40 UTC (rev 4011)
+++ trunk/tests/unit/Makefile.am 2014-09-19 08:02:29 UTC (rev 4012)
@@ -1,6 +1,9 @@
#
# This file is part of project GEOS (http://trac.osgeo.org/geos/)
#
+
+AUTOMAKE_OPTIONS = subdir-objects
+
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/unit/tut -I$(top_builddir)/capi
TESTS = geos_unit
Modified: trunk/tests/xmltester/Makefile.am
===================================================================
--- trunk/tests/xmltester/Makefile.am 2014-09-17 16:14:40 UTC (rev 4011)
+++ trunk/tests/xmltester/Makefile.am 2014-09-19 08:02:29 UTC (rev 4012)
@@ -5,6 +5,8 @@
#top_srcdir=@top_srcdir@
#top_builddir=@top_builddir@
+AUTOMAKE_OPTIONS = subdir-objects
+
TESTS = testrunner
CLEANFILES = testrunner
More information about the geos-commits
mailing list