--- smsdaemon/plugins/CMakeLists.txt 2008/06/10 14:38:59 35 +++ smsdaemon/plugins/CMakeLists.txt 2008/12/06 20:26:38 131 @@ -1,5 +1,11 @@ -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) + +INSTALL(TARGETS plugins + RUNTIME DESTINATION bin + LIBRARY DESTINATION lib + ARCHIVE DESTINATION lib +)