diff options
author | Razvan Becheriu <razvan@isc.org> | 2022-01-25 16:53:21 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2022-01-25 16:53:21 +0100 |
commit | 0ac8844c464058394f90af9573008d4fbf28ad56 (patch) | |
tree | 33bac21e2f0a5902f0839ae3d87ebe71e0a413cc /src/lib/pgsql/Makefile.am | |
parent | [#2225] fix mysql test not matching reference text (diff) | |
download | kea-0ac8844c464058394f90af9573008d4fbf28ad56.tar.xz kea-0ac8844c464058394f90af9573008d4fbf28ad56.zip |
[#2281] bump lib versions for 2.1.2
Diffstat (limited to 'src/lib/pgsql/Makefile.am')
-rw-r--r-- | src/lib/pgsql/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/pgsql/Makefile.am b/src/lib/pgsql/Makefile.am index bc93b67c47..3da77a4125 100644 --- a/src/lib/pgsql/Makefile.am +++ b/src/lib/pgsql/Makefile.am @@ -20,7 +20,7 @@ libkea_pgsql_la_LIBADD += $(top_builddir)/src/lib/util/libkea-util.la libkea_pgsql_la_LIBADD += $(top_builddir)/src/lib/exceptions/libkea-exceptions.la libkea_pgsql_la_LIBADD += $(LOG4CPLUS_LIBS) $(BOOST_LIBS) -libkea_pgsql_la_LDFLAGS = -no-undefined -version-info 31:0:0 +libkea_pgsql_la_LDFLAGS = -no-undefined -version-info 32:0:0 libkea_pgsql_la_LDFLAGS += $(PGSQL_LIBS) |