diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2017-07-10 13:35:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-10 13:35:40 +0200 |
| commit | 36cf55dbaaf26ee9114dc5868993c2f208f5d6fd (patch) | |
| tree | 2b229db4bbba06f8037fb672b8db0936c6327851 /src/Makefile.am | |
| parent | e09e24eddbd49cd802ac1334f229f1698ea0b755 (diff) | |
| download | PROJ-36cf55dbaaf26ee9114dc5868993c2f208f5d6fd.tar.gz PROJ-36cf55dbaaf26ee9114dc5868993c2f208f5d6fd.zip | |
Introducing the Molodensky transform (#541)
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f2615412..dbfefe9c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -75,7 +75,8 @@ libproj_la_SOURCES = \ pj_strtod.c \ \ pj_obs_api.c PJ_cart.c PJ_pipeline.c PJ_horner.c PJ_helmert.c \ - PJ_vgridshift.c PJ_hgridshift.c PJ_unitconvert.c pj_internal.c + PJ_vgridshift.c PJ_hgridshift.c PJ_unitconvert.c PJ_molodensky.c \ + pj_internal.c install-exec-local: rm -f $(DESTDIR)$(bindir)/invproj$(EXEEXT) |
