diff options
author | steven_carr <steven_carr> | 2006-04-17 16:04:28 +0000 |
---|---|---|
committer | steven_carr <steven_carr> | 2006-04-17 16:04:28 +0000 |
commit | 6a6ccc8c588498cc645a407fbbd7421e432b3803 (patch) | |
tree | 360b9dd19dd30c7d43160bebefe9e6b0c5c74c8b /examples/Makefile.am | |
parent | 0ef122b61c4bc1f0652cd98fcc331e484b00ea0f (diff) | |
download | libtdevnc-6a6ccc8c588498cc645a407fbbd7421e432b3803.tar.gz libtdevnc-6a6ccc8c588498cc645a407fbbd7421e432b3803.zip |
Added an example camera application to demonstrate another way to write a server application.
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 644f017..c2ef6fa 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) + $(FILETRANSFER) backchannel $(BLOOPTEST) camera |