1 INCLUDES = -I$(top_srcdir)
3 CONSOLE_SRCS=VNConsole.c
5 noinst_HEADERS=VNConsole.h vga.h
7 LDADD=../libvncserver/libvncserver.la @WSOCKLIB@
13 linuxvnc_SOURCES=LinuxVNC.c $(CONSOLE_SRCS)
22 noinst_PROGRAMS=example $(VNCOMMAND)
23 example_SOURCES=example.c $(CONSOLE_SRCS)
24 vncommand_SOURCES=VNCommand.c $(CONSOLE_SRCS)