--- smsdaemon/plugins/CMakeLists.txt 2008/06/10 14:38:59 35 +++ smsdaemon/plugins/CMakeLists.txt 2008/12/07 11:08:31 137 @@ -1,5 +1,13 @@ -include_directories(..) +include_directories(.. .) -add_library(plugins EchoPlugin.cpp SpamPlugin.cpp ShellExecPlugin.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 + LIBRARY DESTINATION lib + ARCHIVE DESTINATION lib +)