mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-26 20:31:17 +00:00
Build libtcp-portmon as a separate library.
This commit is contained in:
parent
316198a0c3
commit
07e2002b03
@ -75,7 +75,9 @@ if(BUILD_XMMS2)
|
||||
endif(BUILD_XMMS2)
|
||||
|
||||
if(BUILD_PORT_MONITORS)
|
||||
set(port_monitors libtcp-portmon.cc tcp-portmon.cc)
|
||||
add_library(tcp-portmon libtcp-portmon.cc)
|
||||
set(conky_libs ${conky_libs} tcp-portmon)
|
||||
set(port_monitors tcp-portmon.cc)
|
||||
set(optional_sources ${optional_sources} ${port_monitors})
|
||||
endif(BUILD_PORT_MONITORS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user