From a92f7f46a675a3533a0a89b6fe2d509e43a2aa8f Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Fri, 2 Oct 2009 14:44:10 +0200 Subject: mingw32 crosscompile fixes. SOCKET is redefined in winsock2.h so #undef it where winsock2.h is included. The changes in rfbproto.c circumvent crosscompiler errors like 'S_IFMT' undeclared ...', the Makefile.am changes avoid building linux specific stuff for a win32 host target. Also added configure option to specify sdl-config. Signed-off-by: Christian Beier Signed-off-by: Johannes Schindelin --- vncterm/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vncterm') diff --git a/vncterm/Makefile.am b/vncterm/Makefile.am index f5811a4..3ad36a3 100644 --- a/vncterm/Makefile.am +++ b/vncterm/Makefile.am @@ -7,9 +7,11 @@ noinst_HEADERS=VNConsole.h vga.h LDADD=../libvncserver/libvncserver.la @WSOCKLIB@ if LINUX +if ! MINGW bin_PROGRAMS=LinuxVNC LinuxVNC_SOURCES=LinuxVNC.c $(CONSOLE_SRCS) endif +endif if ! MINGW VNCOMMAND=VNCommand -- cgit v1.2.1