[geos-commits] [SCM] geos branch master updated. d36e59c25334a9b06bb9b4007982766c5071f7dc

git at osgeo.org git at osgeo.org
Thu Sep 7 02:34:56 PDT 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "geos".

The branch, master has been updated
       via  d36e59c25334a9b06bb9b4007982766c5071f7dc (commit)
      from  5d3e5a1c0e525b72481fdddec35f2929e8e4d665 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d36e59c25334a9b06bb9b4007982766c5071f7dc
Author: Mateusz Loskot <mateusz at loskot.net>
Date:   Thu Sep 7 11:34:26 2017 +0200

    Remove GeometryList from makefiles.
    
    Update for: Remove GeometryList class (#9)

diff --git a/src/Makefile.vc b/src/Makefile.vc
index 5bbc661..7fa376d 100644
--- a/src/Makefile.vc
+++ b/src/Makefile.vc
@@ -68,7 +68,6 @@ OBJ = \
 	geom\GeometryCollection.$(EXT) \
 	geom\GeometryComponentFilter.$(EXT) \
 	geom\GeometryFactory.$(EXT) \
-	geom\GeometryList.$(EXT) \
 	geom\IntersectionMatrix.$(EXT) \
 	geom\LinearRing.$(EXT) \
 	geom\LineSegment.$(EXT) \
diff --git a/src/geom/Makefile.am b/src/geom/Makefile.am
index 6494466..8a9dd5d 100644
--- a/src/geom/Makefile.am
+++ b/src/geom/Makefile.am
@@ -1,5 +1,5 @@
 #
-# 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=\
     util \
@@ -8,7 +8,7 @@ SUBDIRS=\
 noinst_LTLIBRARIES = \
     libgeom.la
 
-AM_CPPFLAGS = -I$(top_srcdir)/include 
+AM_CPPFLAGS = -I$(top_srcdir)/include
 
 libgeom_la_SOURCES = \
     Coordinate.cpp \
@@ -19,7 +19,6 @@ libgeom_la_SOURCES = \
     Dimension.cpp \
     Envelope.cpp \
     Geometry.cpp \
-    GeometryList.cpp \
     GeometryCollection.cpp \
     GeometryComponentFilter.cpp \
     GeometryFactory.cpp \

-----------------------------------------------------------------------

Summary of changes:
 src/Makefile.vc      |    1 -
 src/geom/Makefile.am |    5 ++---
 2 files changed, 2 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
geos


More information about the geos-commits mailing list