diff -r 431de0cc8126 -r b88ea7f650f1 CMakeLists.txt --- a/CMakeLists.txt Sun Mar 27 20:12:37 2011 +0200 +++ b/CMakeLists.txt Tue May 03 18:45:53 2011 +0300 @@ -60,9 +60,12 @@ set(CPACK_SOURCE_IGNORE_FILES "/\\\\..*;\\\\.swp;~$;/build/;\\\\.tar\\\\.;\\\\.deb;\\\\.so") include(CPack) +configure_file(uptime.avv.in uptime.avv) + ## Installation install(TARGETS uptime DESTINATION lib/mcabber) install(FILES uptime.rc COPYING README DESTINATION share/doc/${CPACK_PACKAGE_NAME}) install(DIRECTORY help DESTINATION share/mcabber) +install(FILES ${PROJECT_BINARY_DIR}/uptime.avv DESTINATION share/mcabber/avv/modules RENAME uptime) ## The End ## vim: se ts=4: ##