diff options
| author | Thomas Knudsen <busstoptaktik@users.noreply.github.com> | 2017-11-13 00:33:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-13 00:33:40 +0100 |
| commit | 06b2f944d7844bb898ace8a7973f9182aa2234b1 (patch) | |
| tree | 8cdf833ad2e3ee2c84a53404cad23cc22c57db92 /src/Makefile.am | |
| parent | 1d54ce2b6f47b9d60bfd28ad0d33a883be3d510a (diff) | |
| download | PROJ-06b2f944d7844bb898ace8a7973f9182aa2234b1.tar.gz PROJ-06b2f944d7844bb898ace8a7973f9182aa2234b1.zip | |
Removed remaining traces of the built in selftest system (#661)
* Removed remaining traces of the builtin selftest system. Moved all functionality to test/gie
* Updated Appveyor and Travis build scripts
* Another appveyor script update
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 7edc05b1..58514592 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -73,7 +73,7 @@ libproj_la_SOURCES = \ pj_factors.c pj_fwd.c pj_init.c pj_inv.c pj_fwd3d.c pj_inv3d.c\ pj_list.c pj_malloc.c pj_mlfn.c pj_msfn.c proj_mdist.c \ pj_open_lib.c pj_param.c pj_phi2.c pj_pr_list.c \ - pj_qsfn.c pj_generic_selftest.c pj_run_selftests.c pj_strerrno.c \ + pj_qsfn.c pj_strerrno.c \ pj_tsfn.c pj_units.c pj_ctx.c pj_log.c pj_zpoly1.c rtodms.c \ vector1.c pj_release.c pj_gauss.c \ PJ_healpix.c PJ_natearth.c PJ_natearth2.c PJ_calcofi.c pj_fileapi.c \ |
