diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-04-15 19:19:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-15 19:19:32 +0200 |
| commit | c91966953d9ad327cbb3b9d80842cc0d3957df42 (patch) | |
| tree | d1cd2265b8d397f397f1ebc113322373b229f2a5 /src/Makefile.am | |
| parent | fd17c604bfae458baa98cd1b0c9be0192229f06b (diff) | |
| parent | e4bf822158aa5193022e8392f0eddd6510653bfa (diff) | |
| download | PROJ-c91966953d9ad327cbb3b9d80842cc0d3957df42.tar.gz PROJ-c91966953d9ad327cbb3b9d80842cc0d3957df42.zip | |
Merge pull request #2148 from kbevers/add_adams_projections
Add square conformal projections from libproject
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5f144332..3feaa810 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -72,6 +72,7 @@ libproj_la_SOURCES = \ iso19111/c_api.cpp \ \ projections/aeqd.cpp \ + projections/adams.cpp \ projections/gnom.cpp \ projections/laea.cpp \ projections/mod_ster.cpp \ |
