summaryrefslogtreecommitdiffstats
path: root/vncterm/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'vncterm/Makefile.am')
-rw-r--r--vncterm/Makefile.am27
1 files changed, 0 insertions, 27 deletions
diff --git a/vncterm/Makefile.am b/vncterm/Makefile.am
deleted file mode 100644
index db51876..0000000
--- a/vncterm/Makefile.am
+++ /dev/null
@@ -1,27 +0,0 @@
-INCLUDES = -I$(top_srcdir)
-
-CONSOLE_SRCS=VNConsole.c
-
-noinst_HEADERS=VNConsole.h vga.h
-
-LDADD=../libvncserver/libvncserver.la @WSOCKLIB@
-
-if LINUX
-if ! MINGW
-if ! ANDROID
-bin_PROGRAMS=linuxvnc
-linuxvnc_SOURCES=LinuxVNC.c $(CONSOLE_SRCS)
-endif
-endif
-endif
-
-if ! MINGW
-VNCOMMAND=vncommand
-endif
-
-noinst_PROGRAMS=example $(VNCOMMAND)
-example_SOURCES=example.c $(CONSOLE_SRCS)
-vncommand_SOURCES=VNCommand.c $(CONSOLE_SRCS)
-
-
-