diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-04-23 14:17:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-23 14:17:37 +0200 |
| commit | 93db7b7b16f8904e23a7516079708ec82977fad3 (patch) | |
| tree | a02f038f3c058ad01d5514c0d1d10a886bc2f56f /src/Makefile.am | |
| parent | e833dbb8d8d5df290bc76bd1d757bf36b62ecf49 (diff) | |
| parent | 6f640d76e13cb643574b44b7498d51ecff6fb83e (diff) | |
| download | PROJ-93db7b7b16f8904e23a7516079708ec82977fad3.tar.gz PROJ-93db7b7b16f8904e23a7516079708ec82977fad3.zip | |
Merge pull request #937 from kbevers/c99-math-module
Collect custom C99 math functions in proj_math.h
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f94e5f26..78ecfdf8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -43,7 +43,7 @@ lib_LTLIBRARIES = libproj.la libproj_la_LDFLAGS = -no-undefined -version-info 13:0:0 libproj_la_SOURCES = \ - pj_list.h proj_internal.h\ + pj_list.h proj_internal.h proj_math.h\ PJ_aeqd.c PJ_gnom.c PJ_laea.c PJ_mod_ster.c \ PJ_nsper.c PJ_nzmg.c PJ_ortho.c PJ_stere.c PJ_sterea.c \ PJ_aea.c PJ_bipc.c PJ_bonne.c PJ_eqdc.c PJ_isea.c PJ_ccon.c\ @@ -83,7 +83,7 @@ libproj_la_SOURCES = \ pj_apply_gridshift.c pj_datums.c pj_datum_set.c pj_transform.c \ geocent.c geocent.h pj_utils.c pj_gridinfo.c pj_gridlist.c \ jniproj.c pj_mutex.c pj_initcache.c pj_apply_vgridshift.c geodesic.c \ - pj_strtod.c \ + pj_strtod.c pj_math.c\ \ 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 \ |
