--- smsdaemon/plugins/CMakeLists.txt 2008/12/06 20:26:38 131 +++ smsdaemon/plugins/CMakeLists.txt 2009/12/27 18:01:36 521 @@ -1,9 +1,11 @@ -include_directories(.. .) +INCLUDE_DIRECTORIES(.. .) -add_library(plugins SHARED EchoPlugin.cpp SpamPlugin.cpp ShellExecPlugin.cpp TogPlugin.cpp TrainInfo.cpp StatusPlugin.cpp ListPlugin.cpp) +ADD_LIBRARY(smsplugins SHARED + EchoPlugin.cpp SpamPlugin.cpp ShellExecPlugin.cpp TogPlugin.cpp TrainInfo.cpp StatusPlugin.cpp ListPlugin.cpp + HostStatusPlugin.cpp WeatherPlugin.cpp UrlTriggerPlugin.cpp ) -INSTALL(TARGETS plugins +INSTALL(TARGETS smsplugins RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib