~sharpie/geos/3.3.2

« back to all changes in this revision

Viewing changes to source/geom/util/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Fabio Tranchitella
  • Date: 2009-03-27 15:54:54 UTC
  • mfrom: (1.2.1 upstream) (5.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090327155454-o3u9j86rzrtcp5vl
Tags: 3.1.0-1
* New upstream release.
* This version includes also a missing header inclusion, which caused FTBFS
  on armel. (Closes: #520447)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
# LinearComponentExtracter.cpp 
10
10
 
11
11
libgeomutil_la_SOURCES = \
 
12
        ComponentCoordinateExtracter.cpp \
 
13
        CoordinateOperation.cpp \
12
14
        GeometryEditor.cpp \
13
15
        GeometryTransformer.cpp \
14
 
        CoordinateOperation.cpp \
15
 
        ShortCircuitedGeometryVisitor.cpp
 
16
        ShortCircuitedGeometryVisitor.cpp \
 
17
        GeometryCombiner.cpp
16
18
 
 
19
#       LinearComponentExtracter.cpp 
 
20
#       PointExtracter.cpp 
 
21
#       PolygonExtracter.cpp