summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2017-04-21 16:04:25 +0200
committerChristian Beier <dontmind@freeshell.org>2017-04-21 16:04:25 +0200
commit81d5b844ed59593877a8b46518394af79570417f (patch)
tree5420fcd15ba0c873733d381380659361d69bc9e1
parent21ac08038395adf6419f9acf3a19e27b90b01bdf (diff)
downloadlibtdevnc-81d5b844.tar.gz
libtdevnc-81d5b844.zip
CMake: properly name rfbconfig.h cmake template
-rw-r--r--CMakeLists.txt2
-rw-r--r--rfb/rfbconfig.h.cmakein (renamed from rfb/rfbconfig.h.cmake)0
2 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3263f34..fc72cc5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -277,7 +277,7 @@ TEST_BIG_ENDIAN(LIBVNCSERVER_WORDS_BIGENDIAN)
# LIBVNCSERVER_ENOENT_WORKAROUND
# inline
-configure_file(${CMAKE_CURRENT_SOURCE_DIR}/rfb/rfbconfig.h.cmake ${CMAKE_BINARY_DIR}/rfb/rfbconfig.h)
+configure_file(${CMAKE_CURRENT_SOURCE_DIR}/rfb/rfbconfig.h.cmakein ${CMAKE_BINARY_DIR}/rfb/rfbconfig.h)
set(LIBVNCSERVER_SOURCES
${LIBVNCSERVER_DIR}/main.c
diff --git a/rfb/rfbconfig.h.cmake b/rfb/rfbconfig.h.cmakein
index f2c96ee..f2c96ee 100644
--- a/rfb/rfbconfig.h.cmake
+++ b/rfb/rfbconfig.h.cmakein