summaryrefslogtreecommitdiffstats
path: root/libvncserver
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2015-05-28 15:34:10 +0200
committerChristian Beier <dontmind@freeshell.org>2015-05-28 15:34:10 +0200
commit92f558482d94c5152174a1983a40863bd6b07911 (patch)
tree923bd820cae4a80ec4989cf26f047de7f95b41bc /libvncserver
parent7c7e8e765c06a8af13c1f2662f1c7084c937738a (diff)
downloadlibtdevnc-92f558482d94c5152174a1983a40863bd6b07911.tar.gz
libtdevnc-92f558482d94c5152174a1983a40863bd6b07911.zip
Do away with rfbint.h generation and use stdint.h directly instead.
Diffstat (limited to 'libvncserver')
-rw-r--r--libvncserver/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/libvncserver/Makefile.am b/libvncserver/Makefile.am
index de87ef3..2f23e31 100644
--- a/libvncserver/Makefile.am
+++ b/libvncserver/Makefile.am
@@ -30,9 +30,8 @@ WEBSOCKETSSRCS = websockets.c $(WEBSOCKETSSSLSRCS)
endif
includedir=$(prefix)/include/rfb
-#include_HEADERS=rfb.h rfbconfig.h rfbint.h rfbproto.h keysym.h rfbregion.h
-include_HEADERS=../rfb/rfb.h ../rfb/rfbconfig.h ../rfb/rfbint.h \
+include_HEADERS=../rfb/rfb.h ../rfb/rfbconfig.h \
../rfb/rfbproto.h ../rfb/keysym.h ../rfb/rfbregion.h ../rfb/rfbclient.h
noinst_HEADERS=../common/d3des.h ../rfb/default8x16.h zrleoutstream.h \