diff options
author | Christian Beier <[email protected]> | 2011-03-10 14:55:09 +0100 |
---|---|---|
committer | Christian Beier <[email protected]> | 2011-03-10 14:55:09 +0100 |
commit | c8fc0ad5a772c55a88900d521684cfcf35afe7cb (patch) | |
tree | 4bb02ca8de846f1fe48a8f16c4f8abdcc9cea0b9 /examples/Makefile.am | |
parent | cf72a0f7c35ee791d5b4a81ef799d006e1b16bda (diff) | |
download | libtdevnc-c8fc0ad5a772c55a88900d521684cfcf35afe7cb.tar.gz libtdevnc-c8fc0ad5a772c55a88900d521684cfcf35afe7cb.zip |
Move zippy.c to examples.
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 |