diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-10-08 14:50:55 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-10-08 14:50:55 +0200 |
| commit | 2118edd31bb060ce84181c2ca3d30591a3dcd68a (patch) | |
| tree | 7483ec93650c77f98f9821465578f5aca52bcb7a /include/proj/internal/Makefile.am | |
| parent | 7be04dedc2b23d6836f994c9bc1412d6a23a7267 (diff) | |
| download | PROJ-2118edd31bb060ce84181c2ca3d30591a3dcd68a.tar.gz PROJ-2118edd31bb060ce84181c2ca3d30591a3dcd68a.zip | |
WKT concatenated operation parsing: fix when a axis order reversal conversion is the first or last operation (fixes #2890)
Diffstat (limited to 'include/proj/internal/Makefile.am')
| -rw-r--r-- | include/proj/internal/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proj/internal/Makefile.am b/include/proj/internal/Makefile.am index 59325667..25b71cc5 100644 --- a/include/proj/internal/Makefile.am +++ b/include/proj/internal/Makefile.am @@ -1,6 +1,7 @@ SUBDIRS = vendor noinst_HEADERS = \ + crs_internal.hpp \ coordinatesystem_internal.hpp \ internal.hpp \ io_internal.hpp \ |
