diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-09-11 09:06:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-11 09:06:09 +0200 |
| commit | 3de3061055edcf8992ecc4f3626c11d2b13c1c1e (patch) | |
| tree | 832c7bd52cbfe6a17978b95314c88c4a552e940a /src | |
| parent | 8633749902c6d7729a95bd6cefffabde7036ee29 (diff) | |
| parent | 54320581ec78204461a59144cff9a3c40e998620 (diff) | |
| download | PROJ-3de3061055edcf8992ecc4f3626c11d2b13c1c1e.tar.gz PROJ-3de3061055edcf8992ecc4f3626c11d2b13c1c1e.zip | |
Merge pull request #1114 from sebastic/soname
Fix SONAME decrement from libproj.so.13 to libproj.so.12.
Diffstat (limited to 'src')
| -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 887e2135..567c6e56 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -41,7 +41,7 @@ geodtest_LDADD = libproj.la lib_LTLIBRARIES = libproj.la -libproj_la_LDFLAGS = -no-undefined -version-info 14:0:2 +libproj_la_LDFLAGS = -no-undefined -version-info 14:1:1 libproj_la_SOURCES = \ pj_list.h proj_internal.h proj_math.h\ |
