summaryrefslogtreecommitdiffstats
path: root/contrib/Makefile.am
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2011-03-10 14:55:09 +0100
committerChristian Beier <dontmind@freeshell.org>2011-03-10 14:55:09 +0100
commitc8fc0ad5a772c55a88900d521684cfcf35afe7cb (patch)
tree4bb02ca8de846f1fe48a8f16c4f8abdcc9cea0b9 /contrib/Makefile.am
parentcf72a0f7c35ee791d5b4a81ef799d006e1b16bda (diff)
downloadlibtdevnc-c8fc0ad5a772c55a88900d521684cfcf35afe7cb.tar.gz
libtdevnc-c8fc0ad5a772c55a88900d521684cfcf35afe7cb.zip
Move zippy.c to examples.
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r--contrib/Makefile.am7
1 files changed, 0 insertions, 7 deletions
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
-