diff options
author | Francis Dupont <fdupont@isc.org> | 2019-10-22 12:51:29 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2019-10-23 17:15:40 +0200 |
commit | 59b9166aa4b449d89c14bb8bbde9921057b339d4 (patch) | |
tree | 1b55b790b0904fd8c7de4454f7e928c076888e80 /src/lib/util/Makefile.am | |
parent | [#900,!561] Updated ChangeLog (diff) | |
download | kea-59b9166aa4b449d89c14bb8bbde9921057b339d4.tar.xz kea-59b9166aa4b449d89c14bb8bbde9921057b339d4.zip |
[962-implement-the-multi_threading_mgr-h-idea] Added the Multi Threading Manager
Diffstat (limited to 'src/lib/util/Makefile.am')
-rw-r--r-- | src/lib/util/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util/Makefile.am b/src/lib/util/Makefile.am index 4280b608b3..45d2b2ab36 100644 --- a/src/lib/util/Makefile.am +++ b/src/lib/util/Makefile.am @@ -16,6 +16,7 @@ libkea_util_la_SOURCES += hash.h libkea_util_la_SOURCES += labeled_value.h labeled_value.cc libkea_util_la_SOURCES += memory_segment.h libkea_util_la_SOURCES += memory_segment_local.h memory_segment_local.cc +libkea_util_la_SOURCES += multi_threading_mgr.h multi_threading_mgr.cc libkea_util_la_SOURCES += optional.h libkea_util_la_SOURCES += pid_file.h pid_file.cc libkea_util_la_SOURCES += pointer_util.h |