--- smsdaemon/plugins/CMakeLists.txt 2008/06/11 09:12:15 47 +++ smsdaemon/plugins/CMakeLists.txt 2009/12/26 23:01:01 520 @@ -1,6 +1,13 @@ -include_directories(.. .) +INCLUDE_DIRECTORIES(.. .) -add_library(plugins SHARED Plugin.cpp PluginManager.cpp EchoPlugin.cpp SpamPlugin.cpp ShellExecPlugin.cpp TogPlugin.cpp TrainInfo.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 DelaySpamPlugin) +INSTALL(TARGETS smsplugins + RUNTIME DESTINATION bin + LIBRARY DESTINATION lib + ARCHIVE DESTINATION lib +)