--- smsdaemon/plugins/CMakeLists.txt 2008/12/07 10:15:44 136 +++ smsdaemon/plugins/CMakeLists.txt 2008/12/07 11:08:31 137 @@ -1,7 +1,9 @@ include_directories(.. .) -add_library(plugins SHARED EchoPlugin.cpp SpamPlugin.cpp ShellExecPlugin.cpp TogPlugin.cpp TrainInfo.cpp StatusPlugin.cpp ListPlugin.cpp) +add_library(plugins SHARED + EchoPlugin.cpp SpamPlugin.cpp ShellExecPlugin.cpp TogPlugin.cpp TrainInfo.cpp StatusPlugin.cpp ListPlugin.cpp + HostStatusPlugin.cpp) INSTALL(TARGETS plugins RUNTIME DESTINATION bin