--- smsdaemon/plugins/CMakeLists.txt 2008/12/06 19:37:11 130 +++ smsdaemon/plugins/CMakeLists.txt 2008/12/06 20:26:38 131 @@ -3,4 +3,9 @@ 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 +)