We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04b2f51 + 6abdc4c commit 6b053dbCopy full SHA for 6b053db
10 files changed
init/CMakeLists.txt
@@ -1,6 +1,4 @@
1
install(FILES
2
- dpdk_direct.conf.example
3
- dpdk_mring.conf.example
4
link0.conf.example
5
DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR}/ipfixprobe
6
)
@@ -12,3 +10,5 @@ install(FILES
12
10
13
11
14
install(PROGRAMS ipfixprobed DESTINATION ${CMAKE_INSTALL_BINDIR})
+install(FILES schema.json DESTINATION "${INSTALL_DIR_LIB}/ipfixprobe/")
+install(PROGRAMS config2args.py DESTINATION "${INSTALL_DIR_LIB}/ipfixprobe/")
0 commit comments