diff options
author | Christian Beier <dontmind@freeshell.org> | 2011-11-09 20:25:32 +0100 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2011-11-09 20:25:32 +0100 |
commit | bdd7e25d2dd47c3a5d8c95366bc111dc0a176128 (patch) | |
tree | 0b4427de893174bd7a1cabcf1d9e6d4f4759cd44 /webclients/Makefile.am | |
parent | faadd484489efddd182d6d0df43d8ecfdbff29ff (diff) | |
download | libvncserver-bdd7e25d2dd47c3a5d8c95366bc111dc0a176128.zip libvncserver-bdd7e25d2dd47c3a5d8c95366bc111dc0a176128.tar.gz |
Move the java stuff into webclients/java-applet.included-novnc
Diffstat (limited to 'webclients/Makefile.am')
-rw-r--r-- | webclients/Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/webclients/Makefile.am b/webclients/Makefile.am index c5497a8..6c2db84 100644 --- a/webclients/Makefile.am +++ b/webclients/Makefile.am @@ -1,5 +1,4 @@ -EXTRA_DIST=VncViewer.jar index.vnc javaviewer.pseudo_proxy.patch - -SUBDIRS = ssl -DIST_SUBDIRS = ssl +SUBDIRS = java-applet +DIST_SUBDIRS = java-applet +EXTRA_DIST=index.vnc novnc |