Commit bdd7e25d authored by Christian Beier's avatar Christian Beier

Move the java stuff into webclients/java-applet.

parent faadd484
......@@ -917,7 +917,8 @@ AC_CONFIG_FILES([Makefile
examples/android/Makefile
vncterm/Makefile
webclients/Makefile
webclients/ssl/Makefile
webclients/java-applet/Makefile
webclients/java-applet/ssl/Makefile
libvncclient/Makefile
client_examples/Makefile
test/Makefile
......
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
......@@ -10,7 +10,7 @@
$USER's $DESKTOP desktop ($DISPLAY)
</TITLE>
</head>
<APPLET CODE=VncViewer.class ARCHIVE=VncViewer.jar
<APPLET CODE=VncViewer.class ARCHIVE=java-applet/VncViewer.jar
WIDTH=$APPLETWIDTH HEIGHT=$APPLETHEIGHT>
<param name=PORT value=$PORT>
<param name="Open New Window" value=yes>
......
EXTRA_DIST=VncViewer.jar javaviewer.pseudo_proxy.patch
SUBDIRS = ssl
DIST_SUBDIRS = ssl
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment