diff --git a/conf/CMakeLists.txt b/conf/CMakeLists.txt index c0cb941..1bf3c6e 100644 --- a/conf/CMakeLists.txt +++ b/conf/CMakeLists.txt @@ -28,9 +28,6 @@ endif(WITH_BNETD) if(WITH_D2CS) set(D2CS_CONFS d2cs.conf anongame_infos.conf) - - # special treatment for non .in files - install(FILES d2server.ini DESTINATION ${SYSCONFDIR}) endif(WITH_D2CS) if(WITH_D2DBS)