diff options
author | Razvan Becheriu <razvan@isc.org> | 2023-03-24 20:21:50 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2023-03-24 20:21:50 +0100 |
commit | 234994c12a3c18d191333c7cf5c5bf81134699c5 (patch) | |
tree | 10303ce44e0e02bf363589ef7e924f08604a66a7 /src/lib/http | |
parent | [#225] Took out temporary test code (diff) | |
download | kea-234994c12a3c18d191333c7cf5c5bf81134699c5.tar.xz kea-234994c12a3c18d191333c7cf5c5bf81134699c5.zip |
[#2807] bump up library versions for 2.3.6 release
Diffstat (limited to 'src/lib/http')
-rw-r--r-- | src/lib/http/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/http/Makefile.am b/src/lib/http/Makefile.am index f716b354d8..e48ba27600 100644 --- a/src/lib/http/Makefile.am +++ b/src/lib/http/Makefile.am @@ -47,7 +47,7 @@ libkea_http_la_SOURCES += basic_auth.cc basic_auth.h libkea_http_la_CXXFLAGS = $(AM_CXXFLAGS) libkea_http_la_CPPFLAGS = $(AM_CPPFLAGS) libkea_http_la_LDFLAGS = $(AM_LDFLAGS) -libkea_http_la_LDFLAGS += -no-undefined -version-info 54:0:0 +libkea_http_la_LDFLAGS += -no-undefined -version-info 55:0:0 libkea_http_la_LIBADD = $(top_builddir)/src/lib/hooks/libkea-hooks.la libkea_http_la_LIBADD += $(top_builddir)/src/lib/cc/libkea-cc.la |