diff options
author | dscho <dscho> | 2005-10-06 19:23:26 +0000 |
---|---|---|
committer | dscho <dscho> | 2005-10-06 19:23:26 +0000 |
commit | 11fc700c5db6afc6978211f5735707848b94ae8e (patch) | |
tree | 76101bd2488e55e0669a3513d6a04a354d1e27a2 /examples/Makefile.am | |
parent | 5c1fdb47d31fcf17b37c82b9aa95d887f1c22f6a (diff) | |
download | libtdevnc-11fc700c5db6afc6978211f5735707848b94ae8e.tar.gz libtdevnc-11fc700c5db6afc6978211f5735707848b94ae8e.zip |
add BackChannel extension 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 2a14db9..b936e77 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -14,6 +14,6 @@ noinst_HEADERS=radon.h noinst_PROGRAMS=example pnmshow regiontest pnmshow24 fontsel \ vncev storepasswd colourmaptest simple simple15 $(MAC) \ - $(FILETRANSFER) + $(FILETRANSFER) backchannel |