|
@@ -8,11 +8,10 @@ AM_CXXFLAGS = $(KEA_CXXFLAGS)
|
|
|
|
|
|
lib_LTLIBRARIES = libkea-util.la
|
|
|
libkea_util_la_SOURCES = boost_time_utils.h boost_time_utils.cc
|
|
|
+libkea_util_la_SOURCES += buffer.h io_utilities.h
|
|
|
libkea_util_la_SOURCES += csv_file.h csv_file.cc
|
|
|
libkea_util_la_SOURCES += filename.h filename.cc
|
|
|
-libkea_util_la_SOURCES += strutil.h strutil.cc
|
|
|
-libkea_util_la_SOURCES += buffer.h io_utilities.h
|
|
|
-libkea_util_la_SOURCES += time_utilities.h time_utilities.cc
|
|
|
+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 += optional_value.h
|
|
@@ -22,8 +21,11 @@ libkea_util_la_SOURCES += process_spawn.h process_spawn.cc
|
|
|
libkea_util_la_SOURCES += range_utilities.h
|
|
|
libkea_util_la_SOURCES += signal_set.cc signal_set.h
|
|
|
libkea_util_la_SOURCES += staged_value.h
|
|
|
+libkea_util_la_SOURCES += state_model.cc state_model.h
|
|
|
libkea_util_la_SOURCES += stopwatch.cc stopwatch.h
|
|
|
libkea_util_la_SOURCES += stopwatch_impl.cc stopwatch_impl.h
|
|
|
+libkea_util_la_SOURCES += strutil.h strutil.cc
|
|
|
+libkea_util_la_SOURCES += time_utilities.h time_utilities.cc
|
|
|
libkea_util_la_SOURCES += versioned_csv_file.h versioned_csv_file.cc
|
|
|
libkea_util_la_SOURCES += watch_socket.cc watch_socket.h
|
|
|
libkea_util_la_SOURCES += encode/base16_from_binary.h
|