diff options
author | dscho <dscho> | 2003-07-25 08:18:27 +0000 |
---|---|---|
committer | dscho <dscho> | 2003-07-25 08:18:27 +0000 |
commit | 1e60fc200aaab8ec302c3752eddab464b1adc2cc (patch) | |
tree | 201d5f0c99b820c4cd068f694b81c7b35d4048fa /examples/Makefile.am | |
parent | 1694a574609805789a0afb8ce011304228af6bb2 (diff) | |
download | libvncserver-1e60fc200aaab8ec302c3752eddab464b1adc2cc.zip libvncserver-1e60fc200aaab8ec302c3752eddab464b1adc2cc.tar.gz |
Added simple examples
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 cb2d6e6..17e79b2 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -12,7 +12,7 @@ endif noinst_HEADERS=radon.h noinst_PROGRAMS=example pnmshow regiontest pnmshow24 fontsel \ - vncev storepasswd colourmaptest $(BACKGROUND_TEST) $(MAC) + vncev storepasswd colourmaptest simple simple15 $(BACKGROUND_TEST) $(MAC) LDADD = ../libvncserver.a |