From faadd484489efddd182d6d0df43d8ecfdbff29ff Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Wed, 9 Nov 2011 20:00:16 +0100 Subject: Rename 'classes' dir to 'webclients'. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ab65308..94ec6bc 100644 --- a/configure.ac +++ b/configure.ac @@ -916,8 +916,8 @@ AC_CONFIG_FILES([Makefile examples/Makefile examples/android/Makefile vncterm/Makefile - classes/Makefile - classes/ssl/Makefile + webclients/Makefile + webclients/ssl/Makefile libvncclient/Makefile client_examples/Makefile test/Makefile -- cgit v1.2.3 From bdd7e25d2dd47c3a5d8c95366bc111dc0a176128 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Wed, 9 Nov 2011 20:25:32 +0100 Subject: Move the java stuff into webclients/java-applet. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 94ec6bc..39728d9 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- cgit v1.2.3