Skip to content

Commit 808a111

Browse files
committed
IPFIX output: rename binary for libipfix to libipfix-output
1 parent 721163d commit 808a111

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/plugins/output/ipfix/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Create a linkable module
2-
add_library(ipfix MODULE
2+
add_library(ipfix-output MODULE
33
src/IPFIXOutputPlugin.cpp
44
src/IPFIXOutput.cpp
55
src/IPFIXOutput.hpp
@@ -8,7 +8,7 @@ add_library(ipfix MODULE
88
)
99

1010
install(
11-
TARGETS ipfix
11+
TARGETS ipfix-output
1212
LIBRARY DESTINATION "${INSTALL_DIR_LIB}/ipfixcol2/"
1313
)
1414

@@ -17,7 +17,7 @@ if (ENABLE_DOC_MANPAGE)
1717
set(SRC_FILE "${CMAKE_CURRENT_SOURCE_DIR}/doc/ipfixcol2-ipfix-output.7.rst")
1818
set(DST_FILE "${CMAKE_CURRENT_BINARY_DIR}/ipfixcol2-ipfix-output.7")
1919

20-
add_custom_command(TARGET ipfix PRE_BUILD
20+
add_custom_command(TARGET ipfix-output PRE_BUILD
2121
COMMAND ${RST2MAN_EXECUTABLE} --syntax-highlight=none ${SRC_FILE} ${DST_FILE}
2222
DEPENDS ${SRC_FILE}
2323
VERBATIM

0 commit comments

Comments
 (0)