File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ if(ENABLE_DKMS)
56
56
install (FILES ${CMAKE_CURRENT_BINARY_DIR} /Makefile.dkms
57
57
RENAME Makefile
58
58
DESTINATION "src/${PACKAGE_NAME} -${PROBE_VERSION} "
59
- COMPONENT agent )
59
+ COMPONENT agent-kmodule )
60
60
61
61
install (FILES
62
62
${CMAKE_CURRENT_BINARY_DIR} /dkms.conf
@@ -79,7 +79,8 @@ if(ENABLE_DKMS)
79
79
ppm_cputime.c
80
80
ppm_compat_unistd_32.h
81
81
DESTINATION "src/${PACKAGE_NAME} -${PROBE_VERSION} "
82
- COMPONENT agent )
82
+ COMPONENT agent-kmodule )
83
+
83
84
endif ()
84
85
85
86
add_subdirectory (bpf )
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ install(FILES
20
20
ring_helpers.h
21
21
types.h
22
22
DESTINATION "src/${PACKAGE_NAME} -${PROBE_VERSION} /bpf"
23
- COMPONENT agent )
23
+ COMPONENT agent-kmodule )
You can’t perform that action at this time.
0 commit comments