From 8ed28dc15429a736c8404d491ed73fd0b04235e2 Mon Sep 17 00:00:00 2001 From: "S. Hameed" Date: Wed, 5 Aug 2015 15:22:20 +0900 Subject: Offline logstorage: Offline logstorage feature Features: 1. Offline log storage to internal and external devices (PATH based trigger) 2. File options configurable in dlt.conf a : Appends timestamp in log file name (OfflineLogstorageTimestamp) b : Appends delimiter in log file name (OfflineLogstorageDelimiter) c : Wrap around value for log file count in file name (OfflineLogstorageMaxCounter) 3. Common config file parser support Signed-off-by: S. Hameed Signed-off-by: Christoph Lipka --- src/console/CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/console') diff --git a/src/console/CMakeLists.txt b/src/console/CMakeLists.txt index 86ccbc8..fde3fe3 100644 --- a/src/console/CMakeLists.txt +++ b/src/console/CMakeLists.txt @@ -30,14 +30,6 @@ add_executable(dlt-control ${dlt_control_SRCS} ${dlt_most_SRCS}) target_link_libraries(dlt-control dlt ${EXPAT_LIBRARIES}) set_target_properties(dlt-control PROPERTIES LINKER_LANGUAGE C) -set(dlt_logstorage_ctrl_SRCS dlt-logstorage-ctrl.c) -add_executable(dlt-logstorage-ctrl ${dlt_logstorage_ctrl_SRCS} ${dlt_most_SRCS}) -target_link_libraries(dlt-logstorage-ctrl dlt ${EXPAT_LIBRARIES}) -set_target_properties(dlt-logstorage-ctrl PROPERTIES LINKER_LANGUAGE C) install(TARGETS dlt-convert dlt-receive dlt-control RUNTIME DESTINATION bin COMPONENT base) - -install(TARGETS dlt-logstorage-ctrl - RUNTIME DESTINATION bin - COMPONENT base) -- cgit v1.2.1