From 92f558482d94c5152174a1983a40863bd6b07911 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Thu, 28 May 2015 15:34:10 +0200 Subject: Do away with rfbint.h generation and use stdint.h directly instead. --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 9486f65..338f0ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -170,7 +170,6 @@ TEST_BIG_ENDIAN(LIBVNCSERVER_WORDS_BIGENDIAN) # inline configure_file(${CMAKE_CURRENT_SOURCE_DIR}/rfb/rfbconfig.h.cmake ${CMAKE_BINARY_DIR}/rfb/rfbconfig.h) -configure_file(${CMAKE_CURRENT_SOURCE_DIR}/rfb/rfbint.h.cmake ${CMAKE_BINARY_DIR}/rfb/rfbint.h) set(LIBVNCSERVER_SOURCES ${LIBVNCSERVER_DIR}/main.c @@ -375,7 +374,6 @@ install_files(/include/rfb FILES rfb/rfb.h rfb/rfbclient.h rfb/rfbconfig.h - rfb/rfbint.h rfb/rfbproto.h rfb/rfbregion.h ) -- cgit v1.2.1