From 5876841408bf307d78d254b5ca355c61044e9e72 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Sun, 12 Apr 2009 15:45:29 +0200 Subject: Install config files --- data/conf/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'data/conf') diff --git a/data/conf/CMakeLists.txt b/data/conf/CMakeLists.txt index 29ab1c8..d0bce4d 100644 --- a/data/conf/CMakeLists.txt +++ b/data/conf/CMakeLists.txt @@ -7,10 +7,10 @@ ############################################################################### # CURRENT DIRECTORY FILES ############################################################################### -IF ( Server ) +IF ( WITH_SERVER ) CONFIGURE_FILE ( ${CMAKE_SOURCE_DIR}/data/conf/arena.conf.in ${CMAKE_SOURCE_DIR}/data/conf/arena.conf ) FILE ( GLOB files "*.conf" ) INSTALL ( FILES ${files} DESTINATION ${CMAKE_INSTALL_ETCDIR}/${APPNAME} ) -ENDIF ( Server ) -############################################################################### \ No newline at end of file +ENDIF ( WITH_SERVER ) +############################################################################### -- cgit v1.2.3