summaryrefslogtreecommitdiffstats
path: root/src/lib/util/Makefile.am
diff options
context:
space:
mode:
authorRazvan Becheriu <razvan@isc.org>2020-03-06 22:10:18 +0100
committerRazvan Becheriu <razvan@isc.org>2020-03-06 22:10:18 +0100
commite1501e0af22c31f4891bcf69037e71cd65c34886 (patch)
tree667ee10034952a0eeeb3770bd70cab0b4de37e11 /src/lib/util/Makefile.am
parent[#1016] moved critical section to lib util (diff)
downloadkea-e1501e0af22c31f4891bcf69037e71cd65c34886.tar.xz
kea-e1501e0af22c31f4891bcf69037e71cd65c34886.zip
[#1016] removed unnecessary files
Diffstat (limited to 'src/lib/util/Makefile.am')
-rw-r--r--src/lib/util/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/util/Makefile.am b/src/lib/util/Makefile.am
index 77bf9a1b65..d020e77332 100644
--- a/src/lib/util/Makefile.am
+++ b/src/lib/util/Makefile.am
@@ -17,7 +17,6 @@ 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 += multi_threading_utils.h multi_threading_utils.cc
libkea_util_la_SOURCES += optional.h
libkea_util_la_SOURCES += pid_file.h pid_file.cc
libkea_util_la_SOURCES += pointer_util.h