diff options
| author | Bas Couwenberg <sebastic@xs4all.nl> | 2018-02-02 19:59:00 +0100 |
|---|---|---|
| committer | Bas Couwenberg <sebastic@xs4all.nl> | 2018-02-02 19:59:00 +0100 |
| commit | cc50f3dfcfba4faeb0ee44efda6e1001a885a93b (patch) | |
| tree | 872d44d1b9ef8079c7ff9a03d7bc90c0df858a5e /src | |
| parent | 20b1b84f769a9127cdf1953d166a6ff756accbd7 (diff) | |
| download | PROJ-cc50f3dfcfba4faeb0ee44efda6e1001a885a93b.tar.gz PROJ-cc50f3dfcfba4faeb0ee44efda6e1001a885a93b.zip | |
Fix SOVERSION for Automake build.
Fixes: #763
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 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\ |
