Skip to content

Commit

Permalink
libtcmu: do not install headers and drop libtcmu stable API
Browse files Browse the repository at this point in the history
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 <mchristi@redhat.com>
  • Loading branch information
Mike Christie committed Aug 14, 2017
1 parent 9ea887d commit a00cb71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a00cb71

Please sign in to comment.