aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCharles Karney <charles@karney.com>2017-08-30 10:11:33 -0400
committerCharles Karney <charles@karney.com>2017-08-30 10:11:33 -0400
commitf658c3c822e65ec907e44f14c937aef7824d404c (patch)
tree66b6bc6ee55b5348f3a459f5cd25a8a23a1d97dc /src
parent03eb6a7804019df8c90014c1fb5dd885bc08b40e (diff)
downloadPROJ-f658c3c822e65ec907e44f14c937aef7824d404c.tar.gz
PROJ-f658c3c822e65ec907e44f14c937aef7824d404c.zip
Rejig how geodtest is specified in automake to make coverage stats accurate??
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 12d11c5f..d215e678 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
+geodtest_SOURCES = geodtest.c geod.c
proj_LDADD = libproj.la
cs2cs_LDADD = libproj.la
@@ -30,7 +30,6 @@ 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