diff options
| author | Charles Karney <ckarney@karney.com> | 2016-02-15 18:24:34 -0500 |
|---|---|---|
| committer | Charles Karney <ckarney@karney.com> | 2016-02-15 18:24:34 -0500 |
| commit | 16df65976714747f2ab5fb73a47327970ccd723f (patch) | |
| tree | 834e9299b27426fa3e53a75ca195df1189fdf997 /src/Makefile.am | |
| parent | a12bfb7c207449c9768fa7591684a0240d2e6898 (diff) | |
| download | PROJ-16df65976714747f2ab5fb73a47327970ccd723f.tar.gz PROJ-16df65976714747f2ab5fb73a47327970ccd723f.zip | |
Upgrade geodesic library from GeographicLib 1.46.
* upgrade geodesic.[ch3]
* add test suite geodtest.c and invoke via cmake's add_test
* increment version to 4.9.3 and library version to 11.0.0
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 83c5f34e..73e3bdb1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,7 +29,7 @@ test228_LDADD = libproj.la @THREAD_LIB@ lib_LTLIBRARIES = libproj.la -libproj_la_LDFLAGS = -no-undefined -version-info 10:0:0 +libproj_la_LDFLAGS = -no-undefined -version-info 11:0:0 libproj_la_SOURCES = \ pj_list.h \ |
