aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorCharles Karney <charles.karney@sri.com>2019-09-18 14:25:15 -0400
committerCharles Karney <charles.karney@sri.com>2019-09-18 14:25:15 -0400
commit646da7bf3868090ec8ac2d05ab63781de86be64b (patch)
treef81f4da4ac56d65e57cade596d462253e2b21217 /src/Makefile.am
parent329e7a9be67c15936488ef37739df065a4b81bf7 (diff)
downloadPROJ-646da7bf3868090ec8ac2d05ab63781de86be64b.tar.gz
PROJ-646da7bf3868090ec8ac2d05ab63781de86be64b.zip
math.cpp removed since its isnan isn't used. Keep proj_math.h (which
just includes math.h and limits.h) since it's included in a score of places.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index fe7f2572..97f32bc7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -200,7 +200,7 @@ libproj_la_SOURCES = \
apply_gridshift.cpp datums.cpp datum_set.cpp transform.cpp \
geocent.cpp geocent.h utils.cpp gridinfo.cpp gridlist.cpp \
jniproj.cpp mutex.cpp initcache.cpp apply_vgridshift.cpp geodesic.c \
- strtod.cpp math.cpp \
+ strtod.cpp \
\
4D_api.cpp pipeline.cpp \
internal.cpp \