diff --git a/src/flow-monitor/CMakeLists.txt b/src/flow-monitor/CMakeLists.txt index 200a98693..ba3dab794 100644 --- a/src/flow-monitor/CMakeLists.txt +++ b/src/flow-monitor/CMakeLists.txt @@ -18,7 +18,8 @@ build_lib( model/ipv4-flow-probe.h model/ipv6-flow-classifier.h model/ipv6-flow-probe.h - LIBRARIES_TO_LINK ${libinternet} - ${libconfig-store} - ${libstats} + LIBRARIES_TO_LINK + ${libinternet} + ${libconfig-store} + ${libstats} )