--- smsdaemon/plugins/CMakeLists.txt 2008/12/07 11:13:38 138 +++ smsdaemon/plugins/CMakeLists.txt 2008/12/07 11:55:44 139 @@ -1,11 +1,11 @@ -include_directories(.. .) +INCLUDE_DIRECTORIES(.. .) -add_library(plugins SHARED +ADD_LIBRARY(smsplugins SHARED EchoPlugin.cpp SpamPlugin.cpp ShellExecPlugin.cpp TogPlugin.cpp TrainInfo.cpp StatusPlugin.cpp ListPlugin.cpp HostStatusPlugin.cpp) -INSTALL(TARGETS plugins +INSTALL(TARGETS smsplugins RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib