]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#260,!120] As it didn't compile for me, I fixed dependencies in Makefile.am
authorMarcin Siodelski <marcin@isc.org>
Tue, 20 Nov 2018 14:21:57 +0000 (15:21 +0100)
committerThomas Markwalder <tmark@isc.org>
Tue, 20 Nov 2018 18:25:03 +0000 (13:25 -0500)
src/lib/util/Makefile.am
src/lib/util/threads/Makefile.am

index 833ce43f816313889410e109a448fe996fdd6a76..4f5d8b0dbd918b9c6f6cdd528424d5e1ad7b0d71 100644 (file)
@@ -97,4 +97,5 @@ libkea_util_random_include_HEADERS = \
 libkea_util_threads_includedir = $(pkgincludedir)/util/threads
 libkea_util_threads_include_HEADERS = \
        threads/sync.h \
-       threads/thread.h
+       threads/thread.h \
+       threads/watched_thread.h
index b3e6c20e4756f917ebee17c2d0444b9529254be5..1a883c59af75149d52fa8eccf22196cd2d2d2667 100644 (file)
@@ -8,7 +8,8 @@ lib_LTLIBRARIES = libkea-threads.la
 libkea_threads_la_SOURCES  = sync.h sync.cc
 libkea_threads_la_SOURCES += thread.h thread.cc
 libkea_threads_la_SOURCES += watched_thread.h watched_thread.cc
-libkea_threads_la_LIBADD  = $(top_builddir)/src/lib/exceptions/libkea-exceptions.la
+libkea_threads_la_LIBADD  = $(top_builddir)/src/lib/util/libkea-util.la
+libkea_threads_la_LIBADD += $(top_builddir)/src/lib/exceptions/libkea-exceptions.la
 
 libkea_threads_la_LDFLAGS  = -no-undefined -version-info 1:0:0