From d171096bd19736c3208b8dcba5c022389ebdbe10 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Mon, 29 Aug 2016 18:26:26 +0200 Subject: [PATCH] [master] Set version 1.0.0 for libkea-threads. Agreed on jabber. --- src/lib/util/threads/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/util/threads/Makefile.am b/src/lib/util/threads/Makefile.am index c97954187f..0a24b1345b 100644 --- a/src/lib/util/threads/Makefile.am +++ b/src/lib/util/threads/Makefile.am @@ -9,4 +9,7 @@ libkea_threads_la_SOURCES = sync.h sync.cc libkea_threads_la_SOURCES += thread.h thread.cc libkea_threads_la_LIBADD = $(top_builddir)/src/lib/exceptions/libkea-exceptions.la +libkea_threads_la_LDFLAGS = -no-undefined -version-info 1:0:0 + + CLEANFILES = *.gcno *.gcda -- 2.47.2