diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2017-10-31 22:46:40 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2017-10-31 22:46:40 +0100 |
| commit | c8bef3173f55ec2de0d0ea452c0c9a07e0c89638 (patch) | |
| tree | 86618fe3364b7b30cb9b2f4f598bde1c34c2e3a1 /src/Makefile.am | |
| parent | 9222694f522afb0dd96a50a8263dad62efa5d54e (diff) | |
| download | PROJ-c8bef3173f55ec2de0d0ea452c0c9a07e0c89638.tar.gz PROJ-c8bef3173f55ec2de0d0ea452c0c9a07e0c89638.zip | |
Add 'axisswap' operation - swap axes in pipelines
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 0bfcfb24..7edc05b1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -87,7 +87,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_deformation.c pj_internal.c PJ_axisswap.c install-exec-local: rm -f $(DESTDIR)$(bindir)/invproj$(EXEEXT) |
