From a00cb710a6b348f3a06ede97edbd96e116bdee16 Mon Sep 17 00:00:00 2001 From: Mike Christie Date: Mon, 14 Aug 2017 12:32:08 -0500 Subject: [PATCH] libtcmu: do not install headers and drop libtcmu stable API When libtcmu was created it was really early in the project and missing lots of features. It is now difficult to maintain for possibly very little benefit espeically when it seems most users are using the tcmu-runner daemon or really just want low level helpers around the kernel interface. The project will of course not change license and remain Apache Version 2.0, so any one can just use the code in their own project, but going forward the libtcmu interface is no longer supported. In the next release we will investigate a new interface. Signed-off-by: Mike Christie --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 18764eec..879674d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -256,8 +256,6 @@ configure_file ( ) install(SCRIPT tcmu.conf_install.cmake) -install(FILES libtcmu.h libtcmu_common.h tcmu-runner.h - DESTINATION include) install(FILES org.kernel.TCMUService1.service DESTINATION /usr/share/dbus-1/system-services) install(FILES tcmu-runner.conf DESTINATION /etc/dbus-1/system.d)