You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libtdevnc/vncterm/Makefile.am

24 lines
386 B

INCLUDES = -I$(top_srcdir)
22 years ago
CONSOLE_SRCS=VNConsole.c
noinst_HEADERS=VNConsole.h vga.h
22 years ago
LDADD=../libvncserver/libvncserver.la @WSOCKLIB@
22 years ago
if LINUX
bin_PROGRAMS=LinuxVNC
LinuxVNC_SOURCES=LinuxVNC.c $(CONSOLE_SRCS)
endif
20 years ago
if ! MINGW
VNCOMMAND=VNCommand
endif
noinst_PROGRAMS=example $(VNCOMMAND)
22 years ago
example_SOURCES=example.c $(CONSOLE_SRCS)
20 years ago
VNCommand_SOURCES=VNCommand.c $(CONSOLE_SRCS)
22 years ago