cmake: Don't copy and install deprecated csync_log.conf.

This commit is contained in:
Andreas Schneider 2013-02-06 18:20:39 +01:00
parent 5baf362af0
commit 7cb8763e13

View File

@ -1,12 +1,10 @@
macro_copy_file(${CMAKE_CURRENT_SOURCE_DIR}/csync.conf ${CMAKE_CURRENT_BINARY_DIR}/csync.conf)
macro_copy_file(${CMAKE_CURRENT_SOURCE_DIR}/csync_exclude.conf ${CMAKE_CURRENT_BINARY_DIR}/csync_exclude.conf)
macro_copy_file(${CMAKE_CURRENT_SOURCE_DIR}/csync_log.conf ${CMAKE_CURRENT_BINARY_DIR}/csync_log.conf)
install(
FILES
csync.conf
csync_exclude.conf
csync_log.conf
DESTINATION
${SYSCONF_INSTALL_DIR}/csync
)