From fac06d1485609520b6eabae2a5504eba8b91e5ef Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Mon, 26 Feb 2018 14:08:59 +0100 Subject: Minor fix for package build, delete pending interest after timeout expiration. Change-Id: I9649bcee4a6daa8dcf2183fcfd903d8806798f52 Signed-off-by: Mauro Sardara --- apps/producers/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/producers/CMakeLists.txt') diff --git a/apps/producers/CMakeLists.txt b/apps/producers/CMakeLists.txt index 29d71010..15a7a4f8 100755 --- a/apps/producers/CMakeLists.txt +++ b/apps/producers/CMakeLists.txt @@ -40,5 +40,5 @@ install(TARGETS producer-hello-world DESTINATION ${CMAKE_INSTALL_PREFIX}/bin COM install(TARGETS iping-server DESTINATION ${CMAKE_INSTALL_PREFIX}/bin COMPONENT library) if ("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux") - install(FILES ${PRODUCER_PING_SERVER_SERVICE_FILE} DESTINATION /lib/systemd/system) + install(FILES ${PRODUCER_PING_SERVER_SERVICE_FILE} DESTINATION /lib/systemd/system COMPONENT library) endif() -- cgit 1.2.3-korg