aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-02-03 00:46:18 +0100
committerGitHub <noreply@github.com>2018-02-03 00:46:18 +0100
commit3366f2a177b34423a979bf4e9d7c125ed2d37bda (patch)
tree83d2f7a7858f3e7c660ead41968e734ddba839ca
parent26577c00f4c45dfeddc63914b105e72a42957031 (diff)
parentcc50f3dfcfba4faeb0ee44efda6e1001a885a93b (diff)
downloadPROJ-3366f2a177b34423a979bf4e9d7c125ed2d37bda.tar.gz
PROJ-3366f2a177b34423a979bf4e9d7c125ed2d37bda.zip
Merge pull request #765 from sebastic/soversion
Fix SOVERSION for Automake build.
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index aebfc22b..f94e5f26 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -40,7 +40,7 @@ geodtest_LDADD = libproj.la
lib_LTLIBRARIES = libproj.la
-libproj_la_LDFLAGS = -no-undefined -version-info 13:0:1
+libproj_la_LDFLAGS = -no-undefined -version-info 13:0:0
libproj_la_SOURCES = \
pj_list.h proj_internal.h\