diff options
-rw-r--r-- | src/lib/util/threads/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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 |