Commit c8fc0ad5 authored by Christian Beier's avatar Christian Beier

Move zippy.c to examples.

parent cf72a0f7
...@@ -2,8 +2,8 @@ if WITH_X11VNC ...@@ -2,8 +2,8 @@ if WITH_X11VNC
X11VNC=x11vnc X11VNC=x11vnc
endif endif
SUBDIRS=libvncserver examples contrib libvncclient vncterm classes client_examples test $(X11VNC) SUBDIRS=libvncserver examples libvncclient vncterm classes client_examples test $(X11VNC)
DIST_SUBDIRS=libvncserver examples contrib libvncclient vncterm classes client_examples test DIST_SUBDIRS=libvncserver examples libvncclient vncterm classes client_examples test
EXTRA_DIST = CMakeLists.txt EXTRA_DIST = CMakeLists.txt
bin_SCRIPTS = libvncserver-config bin_SCRIPTS = libvncserver-config
......
...@@ -830,7 +830,6 @@ AC_SUBST(RPMSOURCEDIR) ...@@ -830,7 +830,6 @@ AC_SUBST(RPMSOURCEDIR)
AC_CONFIG_FILES([Makefile AC_CONFIG_FILES([Makefile
libvncserver/Makefile libvncserver/Makefile
contrib/Makefile
examples/Makefile examples/Makefile
vncterm/Makefile vncterm/Makefile
classes/Makefile classes/Makefile
......
INCLUDES = -I$(top_srcdir)
LDADD = ../libvncserver/libvncserver.la @WSOCKLIB@
noinst_PROGRAMS=zippy
zippy_SOURCES=zippy.c
...@@ -18,5 +18,6 @@ noinst_HEADERS=radon.h rotatetemplate.c ...@@ -18,5 +18,6 @@ noinst_HEADERS=radon.h rotatetemplate.c
noinst_PROGRAMS=example pnmshow regiontest pnmshow24 fontsel \ noinst_PROGRAMS=example pnmshow regiontest pnmshow24 fontsel \
vncev storepasswd colourmaptest simple simple15 $(MAC) \ vncev storepasswd colourmaptest simple simple15 $(MAC) \
$(FILETRANSFER) backchannel $(BLOOPTEST) camera rotate $(FILETRANSFER) backchannel $(BLOOPTEST) camera rotate \
zippy
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