diff mbox series

[v2,27/27] kernel-shark: Install libkshark-tepdata.h

Message ID 20210211103205.418588-28-y.karadz@gmail.com (mailing list archive)
State Accepted
Commit 330665c07e353327c73316a19aa8ca08f262d6f1
Headers show
Series Complete the KernelShark v2 transformation | expand

Commit Message

Yordan Karadzhov Feb. 11, 2021, 10:32 a.m. UTC
The header wull be installed as part of the "libkshark-devel" component.
It can be useful for applications dealing with data from trace-cmd. In
particular, the header is needed whene building trace-cruncher.

Signed-off-by: Yordan Karadzhov (VMware) <y.karadz@gmail.com>
---
 src/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 6a6eda1..1e86e9c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -34,6 +34,7 @@  install(TARGETS kshark
 install(FILES "${KS_DIR}/src/libkshark.h"
               "${KS_DIR}/src/libkshark-model.h"
               "${KS_DIR}/src/libkshark-plugin.h"
+              "${KS_DIR}/src/libkshark-tepdata.h"
         DESTINATION ${KS_INCLUDS_DESTINATION}
             COMPONENT libkshark-devel)