diff options
author | Wlodek Wencel <wlodek@isc.org> | 2021-05-21 16:14:15 +0200 |
---|---|---|
committer | Wlodek Wencel <wlodek@isc.org> | 2021-05-21 16:14:15 +0200 |
commit | cf38d9bd0c25d6eefc463c35d9ec79c4d13693b9 (patch) | |
tree | 5d964eef301ca5238dc4f34204738807513b1b4e /src/lib/http | |
parent | [#1855] fixed spaces (diff) | |
download | kea-cf38d9bd0c25d6eefc463c35d9ec79c4d13693b9.tar.xz kea-cf38d9bd0c25d6eefc463c35d9ec79c4d13693b9.zip |
[#1882] lib version bump up
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 6101a0c84f..d3927e1299 100644 --- a/src/lib/http/Makefile.am +++ b/src/lib/http/Makefile.am @@ -48,7 +48,7 @@ libkea_http_la_SOURCES += http_thread_pool.cc http_thread_pool.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 25:0:0 +libkea_http_la_LDFLAGS += -no-undefined -version-info 26:0:0 libkea_http_la_LIBADD = libkea_http_la_LIBADD += $(top_builddir)/src/lib/hooks/libkea-hooks.la |