diff options
author | dscho <dscho> | 2006-04-27 01:01:41 +0000 |
---|---|---|
committer | dscho <dscho> | 2006-04-27 01:01:41 +0000 |
commit | 21b1fd476fb9a3e3bc52097af6ea21fda0e09a46 (patch) | |
tree | 06d57c0a60e2a22655e3ee371154b9201469d394 /examples/Makefile.am | |
parent | 6370f25f136d837b66f56080e34e7773e6e020c9 (diff) | |
download | libvncserver-21b1fd476fb9a3e3bc52097af6ea21fda0e09a46.zip libvncserver-21b1fd476fb9a3e3bc52097af6ea21fda0e09a46.tar.gz |
add rotate and flip example
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index 5c14e12..a705fe5 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -18,5 +18,5 @@ noinst_HEADERS=radon.h noinst_PROGRAMS=example pnmshow regiontest pnmshow24 fontsel \ vncev storepasswd colourmaptest simple simple15 $(MAC) \ - $(FILETRANSFER) backchannel $(BLOOPTEST) camera + $(FILETRANSFER) backchannel $(BLOOPTEST) camera rotate |