diff options
| author | dscho <dscho> | 2005-09-28 16:51:50 +0000 |
|---|---|---|
| committer | dscho <dscho> | 2005-09-28 16:51:50 +0000 |
| commit | 0a909fde7a283fb22c22bbdbc16bcf4c0fe391ec (patch) | |
| tree | 9de5c473941fc3c2525a7cbc67fc416cee11efc0 /examples/Makefile.am | |
| parent | 93be927b1c1c74bc4da6f6d5978ba8e6e52f3cc2 (diff) | |
| download | libtdevnc-0a909fde7a283fb22c22bbdbc16bcf4c0fe391ec.tar.gz libtdevnc-0a909fde7a283fb22c22bbdbc16bcf4c0fe391ec.zip | |
This monster commit contains support for TightVNC's file transfer protocol.
Thank you very much, Rohit!
Diffstat (limited to 'examples/Makefile.am')
| -rw-r--r-- | examples/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index 468e223..614c5ff 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -6,9 +6,14 @@ MAC=mac mac_LDFLAGS=-framework ApplicationServices -framework Carbon -framework IOKit endif +if WITH_TIGHTVNC_FILETRANSFER +FILETRANSFER=filetransfer +endif + noinst_HEADERS=radon.h noinst_PROGRAMS=example pnmshow regiontest pnmshow24 fontsel \ - vncev storepasswd colourmaptest simple simple15 $(MAC) + vncev storepasswd colourmaptest simple simple15 $(MAC) \ + $(FILETRANSFER) |
