diff options
| author | Charles Karney <charles@karney.com> | 2017-08-30 10:43:48 -0400 |
|---|---|---|
| committer | Charles Karney <charles@karney.com> | 2017-08-30 10:43:48 -0400 |
| commit | 195c883b7f76bd5193052f3d5532e73005eadf0c (patch) | |
| tree | bfd300d148b4cf4e33b6ccc92ef2dc2d3c5b82f8 /src | |
| parent | f658c3c822e65ec907e44f14c937aef7824d404c (diff) | |
| download | PROJ-195c883b7f76bd5193052f3d5532e73005eadf0c.tar.gz PROJ-195c883b7f76bd5193052f3d5532e73005eadf0c.zip | |
Back out of previous change. Coverage stats are still wrong. geodtest
should have included geodesic.c and not geod.c and yet I'm not allowed
to use geodesic.c except through the library and then the coverage of
geodesic.c seems to be wildly wrong.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d215e678..12d11c5f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,7 +22,7 @@ nad2bin_SOURCES = nad2bin.c geod_SOURCES = geod.c geod_set.c geod_interface.c geod_interface.h multistresstest_SOURCES = multistresstest.c test228_SOURCES = test228.c -geodtest_SOURCES = geodtest.c geod.c +geodtest_SOURCES = geodtest.c proj_LDADD = libproj.la cs2cs_LDADD = libproj.la @@ -30,6 +30,7 @@ nad2bin_LDADD = libproj.la geod_LDADD = libproj.la multistresstest_LDADD = libproj.la @THREAD_LIB@ test228_LDADD = libproj.la @THREAD_LIB@ +geodtest_LDADD = libproj.la lib_LTLIBRARIES = libproj.la |
