operation.h in Makefile.am twice. (#261)
[geos.git] / source / headers / geos / Makefile.am
blob9c2b9b25dbe375f584202319d34f281959e556fa
1 SUBDIRS = \
2         algorithm \
3         geom \
4         geomgraph \
5         index \
6         io \
7         noding \
8         operation \
9         planargraph \
10         precision \
11         simplify \
12         util 
14 EXTRA_DIST = platform.h.vc version.h version.h.vc
17 geosdir = $(includedir)/geos
19 geos_HEADERS =                  \
20         export.h                \
21         geomgraph.h             \
22         geomgraphindex.h        \
23         geom.h                  \
24         geomUtil.h              \
25         geosAlgorithm.h         \
26         indexBintree.h          \
27         indexChain.h            \
28         indexQuadtree.h         \
29         indexStrtree.h          \
30         indexSweepline.h        \
31         inline.h                \
32         io.h                    \
33         noding.h                \
34         nodingSnapround.h       \
35         opBuffer.h              \
36         opDistance.h            \
37         operation.h             \
38         opLinemerge.h           \
39         opOverlay.h             \
40         opPolygonize.h          \
41         opPredicate.h           \
42         opRelate.h              \
43         opValid.h               \
44         planargraph.h           \
45         platform.h              \
46         precision.h             \
47         profiler.h              \
48         spatialIndex.h          \
49         timeval.h               \
50         unload.h                \
51         util.h                  \
52         version.h