diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-10-01 12:32:52 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-10-01 21:31:51 +0200 |
| commit | fe29f8acdce81607c11a597f4bffc7ff61fa9c19 (patch) | |
| tree | 5eb8696603b3b814e4aea7f686266fd72847f035 /src/Makefile.am | |
| parent | 1583a566a208d2451fb1acc8bcf16fbd8151983e (diff) | |
| download | PROJ-fe29f8acdce81607c11a597f4bffc7ff61fa9c19.tar.gz PROJ-fe29f8acdce81607c11a597f4bffc7ff61fa9c19.zip | |
Add a affine transformation method, and make geogoffset as a particular case of it (fixes #535)
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2320e812..c1fbc12e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -89,7 +89,7 @@ libproj_la_SOURCES = \ \ proj_4D_api.c PJ_cart.c PJ_pipeline.c PJ_horner.c PJ_helmert.c \ PJ_vgridshift.c PJ_hgridshift.c PJ_unitconvert.c PJ_molodensky.c \ - PJ_deformation.c pj_internal.c PJ_axisswap.c PJ_geogoffset.c + PJ_deformation.c pj_internal.c PJ_axisswap.c PJ_affine.c install-exec-local: rm -f $(DESTDIR)$(bindir)/invproj$(EXEEXT) |
