diff options
| author | Micah Cochran <micahcochran@users.noreply.github.com> | 2016-03-27 10:54:51 -0500 |
|---|---|---|
| committer | Micah Cochran <micahcochran@users.noreply.github.com> | 2016-03-27 10:54:51 -0500 |
| commit | 3038315ab1cde75268a474a3170215d887f0c583 (patch) | |
| tree | 666b595c15018d92406005ebb278af842362337a /src/Makefile.am | |
| parent | b62139be2b5f31d23bbdfa01fb2601270fc7f5b5 (diff) | |
| download | PROJ-3038315ab1cde75268a474a3170215d887f0c583.tar.gz PROJ-3038315ab1cde75268a474a3170215d887f0c583.zip | |
Add Patterson Cylindrical projection. Add tests for projection.
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 871f8478..6fd97475 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -52,7 +52,7 @@ libproj_la_SOURCES = \ PJ_eck5.c PJ_fahey.c PJ_fouc_s.c PJ_gins8.c PJ_gstmerc.c \ PJ_gn_sinu.c PJ_goode.c PJ_igh.c PJ_hatano.c PJ_loxim.c \ PJ_mbt_fps.c PJ_mbtfpp.c PJ_mbtfpq.c PJ_moll.c \ - PJ_nell.c PJ_nell_h.c PJ_putp2.c PJ_putp3.c \ + PJ_nell.c PJ_nell_h.c PJ_patterson.c PJ_putp2.c PJ_putp3.c \ PJ_putp4p.c PJ_putp5.c PJ_putp6.c PJ_qsc.c PJ_robin.c \ PJ_sch.c PJ_sts.c PJ_urm5.c PJ_urmfps.c PJ_wag2.c \ PJ_wag3.c PJ_wink1.c PJ_wink2.c pj_latlong.c pj_geocent.c \ |
