Browse Source

[master] Set version 1.0.0 for libkea-threads.

Agreed on jabber.
Marcin Siodelski 8 years ago
parent
commit
210a21d496
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/lib/util/threads/Makefile.am

+ 3 - 0
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