Commit 7f063f8e authored by Christian Beier's avatar Christian Beier

Binaries that are to be installed should be all lowercase.

parent b3a661fb
...@@ -9,19 +9,19 @@ LDADD=../libvncserver/libvncserver.la @WSOCKLIB@ ...@@ -9,19 +9,19 @@ LDADD=../libvncserver/libvncserver.la @WSOCKLIB@
if LINUX if LINUX
if ! MINGW if ! MINGW
if ! ANDROID if ! ANDROID
bin_PROGRAMS=LinuxVNC bin_PROGRAMS=linuxvnc
LinuxVNC_SOURCES=LinuxVNC.c $(CONSOLE_SRCS) linuxvnc_SOURCES=LinuxVNC.c $(CONSOLE_SRCS)
endif endif
endif endif
endif endif
if ! MINGW if ! MINGW
VNCOMMAND=VNCommand VNCOMMAND=vncommand
endif endif
noinst_PROGRAMS=example $(VNCOMMAND) noinst_PROGRAMS=example $(VNCOMMAND)
example_SOURCES=example.c $(CONSOLE_SRCS) example_SOURCES=example.c $(CONSOLE_SRCS)
VNCommand_SOURCES=VNCommand.c $(CONSOLE_SRCS) vncommand_SOURCES=VNCommand.c $(CONSOLE_SRCS)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment