[geos-commits] [SCM] GEOS branch master updated. a47cf0f5556e06b7f5ffbe740176ee404e38078a

git at osgeo.org git at osgeo.org
Fri Dec 21 11:26:35 PST 2018


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  a47cf0f5556e06b7f5ffbe740176ee404e38078a (commit)
      from  5cee9d81d8b0408c5b861926aeac7f1faf1f97d1 (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 a47cf0f5556e06b7f5ffbe740176ee404e38078a
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Dec 21 11:26:23 2018 -0800

    Add missing header to algorithm Makefile.am

diff --git a/include/geos/algorithm/Makefile.am b/include/geos/algorithm/Makefile.am
index 519e709..711ffc1 100644
--- a/include/geos/algorithm/Makefile.am
+++ b/include/geos/algorithm/Makefile.am
@@ -14,6 +14,7 @@ geos_HEADERS = \
 	Angle.h \
 	Area.h \
 	BoundaryNodeRule.h \
+	CGAlgorithmsDD.h \
 	CentralEndpointIntersector.h \
 	Centroid.h \
 	ConvexHull.h \
@@ -23,8 +24,8 @@ geos_HEADERS = \
 	InteriorPointArea.h \
 	InteriorPointLine.h \
 	InteriorPointPoint.h \
-	LineIntersector.h \
 	Length.h \
+	LineIntersector.h \
 	MinimumDiameter.h \
 	NotRepresentableException.h \
 	Orientation.h \
@@ -33,3 +34,4 @@ geos_HEADERS = \
 	RayCrossingCounter.h \
 	RayCrossingCounterDD.h \
 	RobustDeterminant.h
+

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

Summary of changes:
 include/geos/algorithm/Makefile.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list