diff options
author | Wlodek Wencel <wlodek@isc.org> | 2020-02-25 08:33:30 +0100 |
---|---|---|
committer | Wlodek Wencel <wlodek@isc.org> | 2020-02-25 08:33:30 +0100 |
commit | 7ab38bc784a02598c607781f955a8784202b0ea3 (patch) | |
tree | 4917ccf629afdbc2cd07e4af7c4a882de0aaa950 /src/lib/database/Makefile.am | |
parent | [#160] Addressed revie comments (diff) | |
download | kea-7ab38bc784a02598c607781f955a8784202b0ea3.tar.xz kea-7ab38bc784a02598c607781f955a8784202b0ea3.zip |
[#1128] 1.7.4 pre prelease changes
Diffstat (limited to 'src/lib/database/Makefile.am')
-rw-r--r-- | src/lib/database/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/database/Makefile.am b/src/lib/database/Makefile.am index 831491b84d..3d9b4af00a 100644 --- a/src/lib/database/Makefile.am +++ b/src/lib/database/Makefile.am @@ -29,7 +29,7 @@ libkea_database_la_LIBADD += $(top_builddir)/src/lib/util/libkea-util.la libkea_database_la_LIBADD += $(top_builddir)/src/lib/exceptions/libkea-exceptions.la libkea_database_la_LIBADD += $(LOG4CPLUS_LIBS) $(BOOST_LIBS) -libkea_database_la_LDFLAGS = -no-undefined -version-info 5:0:1 +libkea_database_la_LDFLAGS = -no-undefined -version-info 5:0:2 # If we want to get rid of all generated messages files, we need to use # make maintainer-clean. The proper way to introduce custom commands for |