--- smsdaemon/plugins/CMakeLists.txt 2008/06/11 12:57:26 54 +++ smsdaemon/plugins/CMakeLists.txt 2008/12/06 20:26:38 131 @@ -1,6 +1,11 @@ include_directories(.. .) -add_library(plugins SHARED EchoPlugin.cpp SpamPlugin.cpp ShellExecPlugin.cpp TogPlugin.cpp TrainInfo.cpp) +add_library(plugins SHARED EchoPlugin.cpp SpamPlugin.cpp ShellExecPlugin.cpp TogPlugin.cpp TrainInfo.cpp StatusPlugin.cpp ListPlugin.cpp) +INSTALL(TARGETS plugins + RUNTIME DESTINATION bin + LIBRARY DESTINATION lib + ARCHIVE DESTINATION lib +)