From c8fc0ad5a772c55a88900d521684cfcf35afe7cb Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Thu, 10 Mar 2011 14:55:09 +0100 Subject: [PATCH] Move zippy.c to examples. --- Makefile.am | 4 ++-- configure.ac | 1 - contrib/Makefile.am | 7 ------- examples/Makefile.am | 3 ++- {contrib => examples}/zippy.c | 0 5 files changed, 4 insertions(+), 11 deletions(-) delete mode 100644 contrib/Makefile.am rename {contrib => examples}/zippy.c (100%) diff --git a/Makefile.am b/Makefile.am index 91f85f0..cfc5612 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,8 +2,8 @@ if WITH_X11VNC X11VNC=x11vnc endif -SUBDIRS=libvncserver examples contrib libvncclient vncterm classes client_examples test $(X11VNC) -DIST_SUBDIRS=libvncserver examples contrib libvncclient vncterm classes client_examples test +SUBDIRS=libvncserver examples libvncclient vncterm classes client_examples test $(X11VNC) +DIST_SUBDIRS=libvncserver examples libvncclient vncterm classes client_examples test EXTRA_DIST = CMakeLists.txt bin_SCRIPTS = libvncserver-config diff --git a/configure.ac b/configure.ac index bf760dd..4ae1ac8 100644 --- a/configure.ac +++ b/configure.ac @@ -830,7 +830,6 @@ AC_SUBST(RPMSOURCEDIR) AC_CONFIG_FILES([Makefile libvncserver/Makefile - contrib/Makefile examples/Makefile vncterm/Makefile classes/Makefile diff --git a/contrib/Makefile.am b/contrib/Makefile.am deleted file mode 100644 index 637fea7..0000000 --- a/contrib/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -INCLUDES = -I$(top_srcdir) -LDADD = ../libvncserver/libvncserver.la @WSOCKLIB@ - -noinst_PROGRAMS=zippy - -zippy_SOURCES=zippy.c - diff --git a/examples/Makefile.am b/examples/Makefile.am index d08f7c9..92909bf 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -18,5 +18,6 @@ noinst_HEADERS=radon.h rotatetemplate.c noinst_PROGRAMS=example pnmshow regiontest pnmshow24 fontsel \ vncev storepasswd colourmaptest simple simple15 $(MAC) \ - $(FILETRANSFER) backchannel $(BLOOPTEST) camera rotate + $(FILETRANSFER) backchannel $(BLOOPTEST) camera rotate \ + zippy diff --git a/contrib/zippy.c b/examples/zippy.c similarity index 100% rename from contrib/zippy.c rename to examples/zippy.c